This commit is contained in:
zador-blood-stained 2017-06-21 18:37:19 +03:00
parent 5d6889f103
commit 8b4a4ed16f

View File

@ -67,7 +67,7 @@ done
if [[ $BETA == yes ]]; then
IMAGE_TYPE=nightly
elif [[ $BETA == no && BUILD_ALL == yes && -n GPG_PASS ]]; then
elif [[ $BETA == no && $BUILD_ALL == yes && -n $GPG_PASS ]]; then
IMAGE_TYPE=stable
else
IMAGE_TYPE=user-built