Remove pipefail

This commit is contained in:
Antoine BOUBE ASTUGUE
2020-03-06 15:09:15 +01:00
parent e9ab5780de
commit 26fd4d696e

View File

@@ -3,8 +3,6 @@
basedir="${bamboo_build_working_directory}"
set -euo pipefail
function main() {
which docker >/dev/null 2>&1 || {
echo "'docker' command is required" >&2