Build Test

Transactions
Dan 2017-11-03 11:05:52 -06:00
parent 2092b9e34d
commit 59a6df1ea4
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
BRANCH=$1
BUILD_ANGULAR_ARG=$2
BUILD_ANGULAR=false
BUILD_ANGULAR=true
if [ "$BUILD_ANGULAR_ARG" = -ng ]; then
BUILD_ANGULAR=true
fi