This commit is contained in:
Matt Porritt 2018-04-15 18:09:53 +10:00
Родитель bffa676931
Коммит 87d948d750
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -22,12 +22,10 @@ cache:
- node_modules
script:
- npm test # Invokes the "scripts"->"test" section of package.json which runs `grunt test`
- echo $azureapi;
- npm test
- if [ $azureapi ]; then
echo "Runnig Azure validation and build steps.";
az;
else
echo "Skipping Azure validation and build.";
fi