xref: /third_party/mesa3d/.gitlab-ci/bare-metal/eth008-power-down.sh
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/.gitlab-ci/bare-metal/
1bf215546Sopenharmony_ci#!/bin/bash
2bf215546Sopenharmony_ci
3bf215546Sopenharmony_cirelay=$1
4bf215546Sopenharmony_ci
5bf215546Sopenharmony_ciif [ -z "$relay" ]; then
6bf215546Sopenharmony_ci    echo "Must supply a relay arg"
7bf215546Sopenharmony_ci    exit 1
8bf215546Sopenharmony_cifi
9bf215546Sopenharmony_ci
10bf215546Sopenharmony_ci$CI_PROJECT_DIR/install/bare-metal/eth008-power-relay.py $ETH_HOST $ETH_PORT off $relay
11

Indexes created Thu Nov 07 10:32:03 CST 2024