From 4348db35118b2c5aa22b115538fbad55c1ae76d9 Mon Sep 17 00:00:00 2001 From: Trishank K Kuppusamy Date: Sun, 20 May 2018 14:27:57 -0400 Subject: [PATCH] halt on error during build --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 07b681ef6..56b42ff80 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Stop at any error, show all commands +set -ex + docker/build_scripts/prefetch.sh openssl curl docker build --rm -t quay.io/pypa/manylinux1_$PLATFORM:$TRAVIS_COMMIT -f docker/Dockerfile-$PLATFORM docker/ docker system prune -f