Stop triggering Azure

This commit is contained in:
Peter Squicciarini
2019-09-04 15:39:23 -07:00
parent f787c21b3c
commit cd6e1485b5
2 changed files with 0 additions and 8 deletions

View File

@@ -17,7 +17,6 @@ before_install:
script: script:
- ./build.sh - ./build.sh
- ./trigger-azure.sh
before_deploy: before_deploy:
- ./sign_mac_app.sh - ./sign_mac_app.sh

View File

@@ -1,7 +0,0 @@
if [ "$AZURE_TOKEN" != "" ]; then
if [[ "$SHOULD_BUILD" == "yes" ]]; then
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
curl -X POST -H "Content-Type: application/json" -H "Authorization: Basic $AZURE_TOKEN" -d '{"definition":{"id":1}}' https://dev.azure.com/VSCodium/vscodium/_apis/build/builds?api-version=5.0-preview.5
fi
fi
fi