This commit is contained in:
2016-12-16 11:08:49 -05:00
parent 264f74d159
commit 076a457ad9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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