set back pipefail
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-04 00:24:04 +01:00
parent 0e60c29029
commit d813a1b55f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh
set -eo
set -eo pipefail
/usr/local/bin/gomplate -V -o /app/.env -f /etc/templates/env.tmpl

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh
set -eo pipefail
set -e
URL=http://127.0.0.1:8080/alive