set back pipefail
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2020-02-04 00:35:23 +01:00
parent d813a1b55f
commit 96f6a21b01

View File

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