summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/bare-metal/google-power-down.sh
blob: ffb6b4cc6df110d38de83abaf02dfb95f978c548 (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/.gitlab-ci/bare-metal/google-power-relay.py off $relay