diff --git a/automated/build.sh b/automated/build.sh index 7690be08..dd876035 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -7,7 +7,7 @@ TARGET=$1 TAG=$(echo $TARGET | cut -d- -f 1) IMAGE=snoyberg/stackage:$TAG -if [ "$TAG" -eq "nightly"] +if [ "$TAG" = "nightly" ] then TROOT=$ROOT/nightly else