Commit 076a457a authored by Kenneth Reitz's avatar Kenneth Reitz

changes

parent 264f74d1
......@@ -4,7 +4,7 @@
OUT_PREFIX=$1
# Skip the build for heroku-16.
if [[ S3_PREFIX == "heroku-16" ]]; then
if [[ $S3_PREFIX == "heroku-16" ]]; then
exit 0
fi
......
......@@ -4,7 +4,7 @@
OUT_PREFIX=$1
# Skip the build for heroku-16.
if [[ S3_PREFIX == "heroku-16" ]]; then
if [[ $S3_PREFIX == "heroku-16" ]]; then
exit 0
fi
......
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