We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448b457 commit 9e53cd9Copy full SHA for 9e53cd9
.travis.yml
@@ -35,7 +35,7 @@ jobs:
35
python: 3.6
36
script: docker run --rm -e TRAVIS_BUILD_ID=$TRAVIS_BUILD_ID -e TRAVIS_REPO_SLUG=$TRAVIS_REPO_SLUG -e TRAVIS_COMMIT=$TRAVIS_COMMIT -e GH_TOKEN=$GH_TOKEN -e DOC_REPO_SLUG='Azure/azure-docs-cli-python' -v $PWD:/repo derekbekoe/az-avail-ext-doc-sync:0.1.2
37
env: PURPOSE='SyncAvailableExtensionsDoc'
38
- if: repo = Azure/azure-cli-extensions and branch = master and type = push
+ if: repo = Azure/azure-cli-extensions and branch = master and type = cron
39
fast_finish: true
40
allow_failures:
41
- env: PURPOSE='SourceTests'
0 commit comments