This commit is contained in:
Matt Porritt 2018-04-15 17:41:45 +10:00
Родитель fb619d65ad
Коммит 5f59027944
1 изменённых файлов: 7 добавлений и 1 удалений

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

@ -23,4 +23,10 @@ cache:
script:
- az
- npm test # Invokes the "scripts"->"test" section of package.json which runs `grunt test`
- npm test # Invokes the "scripts"->"test" section of package.json which runs `grunt test`
- if [ azureapi == true ]; then
echo "API SET";
else
echo "Np such thing";
fi