This repository has been archived on 2020-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
drone.autonomic.zone/sbin/entrypoint.sh

14 lines
128 B
Bash
Raw Normal View History

2020-03-24 12:57:22 +00:00
#!/bin/bash
set -eu -o pipefail
main() {
set -eu
echo "Nothing to do for now..."
}
main
/bin/drone-controller "$@"