From 9e53cd9969f7ff03efcc71c6d912418a595a958a Mon Sep 17 00:00:00 2001 From: Derek Bekoe Date: Thu, 29 Mar 2018 13:45:10 -0700 Subject: [PATCH] Run available extensions doc sync on cron job instead (#115) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 955120c3061..f1fd555fec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ jobs: python: 3.6 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 env: PURPOSE='SyncAvailableExtensionsDoc' - if: repo = Azure/azure-cli-extensions and branch = master and type = push + if: repo = Azure/azure-cli-extensions and branch = master and type = cron fast_finish: true allow_failures: - env: PURPOSE='SourceTests'