Remove entrypoint since not needed

This commit is contained in:
Luke Murphy
2020-03-24 22:50:44 +01:00
parent bb13dd2b6f
commit 8265dc0a91
2 changed files with 0 additions and 19 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-server "$@"