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
Executable File

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