We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cfeaf0 + 4348db3 commit 9288bcdCopy full SHA for 9288bcd
build.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+# Stop at any error, show all commands
4
+set -ex
5
+
6
docker/build_scripts/prefetch.sh openssl curl
7
docker build --rm -t quay.io/pypa/manylinux1_$PLATFORM:$TRAVIS_COMMIT -f docker/Dockerfile-$PLATFORM docker/
8
docker system prune -f
0 commit comments