Put runner into auto deploy mode
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-03-29 11:21:58 +02:00
parent c13ecd507d
commit f83011c876
4 changed files with 28 additions and 52 deletions

View File

@ -1,13 +0,0 @@
#!/bin/bash
set -eu -o pipefail
main() {
set -eu
echo "Nothing to do for now..."
}
main
/bin/drone-controller "$@"