Commit 264f74d1 authored by Kenneth Reitz's avatar Kenneth Reitz

skip binaries for heroku-16

parent 9f89c4e7
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
OUT_PREFIX=$1 OUT_PREFIX=$1
# Skip the build for heroku-16.
if [[ S3_PREFIX == "heroku-16" ]]; then
exit 0
fi
# Use new path, containing autoconf. # Use new path, containing autoconf.
export PATH="/app/.heroku/python/bin/:$PATH" export PATH="/app/.heroku/python/bin/:$PATH"
hash -r hash -r
......
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
OUT_PREFIX=$1 OUT_PREFIX=$1
# Skip the build for heroku-16.
if [[ S3_PREFIX == "heroku-16" ]]; then
exit 0
fi
# fail hard # fail hard
set -o pipefail set -o pipefail
# fail harder # fail harder
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment