From a150bc99dbb71ce7e1f3f021b9213f4e5daf27ad Mon Sep 17 00:00:00 2001 From: Ray Schamp <rschamp@users.noreply.github.com> Date: Fri, 8 Feb 2019 13:28:22 -0500 Subject: [PATCH] Remove prune step from deployment for now It doesn't affect greenkeeper subdirectories, which are the ones that cause the most issues. And now the prune step itself is breaking builds. So until it works better, remove this step. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 36e41544b..7e3b4f23a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,11 +58,6 @@ deploy: condition: $TRAVIS_EVENT_TYPE != cron skip_cleanup: true script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git -- provider: script - on: - all_branches: true - condition: $TRAVIS_EVENT_TYPE != cron - script: npm run prune -- https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git - provider: script on: branch: develop -- GitLab