This commit is contained in:
Matt Porritt 2018-04-20 15:38:34 +10:00
Родитель 091977d54e
Коммит 9d68a4515b
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,6 @@ script: # Run the lint tests, then if env vars are present validate the template
- npm test
- if [ "$SPNAME" != "" -a "$SPPASSWORD" != "" -a "$SPTENANT" != "" -a "$SPSSHKEY" != "" ]; then
export RUNBUILD="true";
echo $RUNBUILD;
fi
- if [ "$LOCATION" == "" ]; then
export LOCATION="westus";