diff --git a/e2e-commons/up.sh b/e2e-commons/up.sh index 90f10add..d71ecd9c 100755 --- a/e2e-commons/up.sh +++ b/e2e-commons/up.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash cd $(dirname $0) +set -e # exit when any command fails ./down.sh docker-compose build