aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/bare-metal/google-power-down.sh
blob: 9aa68a70d333aae68e649a303fe2cb5d203bfd10 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

relay=$1

if [ -z "$relay" ]; then
    echo "Must supply a relay arg"
    exit 1
fi

$CI_PROJECT_DIR/install/bare-metal/google-power-relay.py off $relay