Skip to content
Snippets Groups Projects
Unverified Commit 44cb5e87 authored by Ray Schamp's avatar Ray Schamp Committed by GitHub
Browse files

Merge pull request #4520 from LLK/prune-removal

Remove prune step from deployment for now
parents 0002f518 a150bc99
No related branches found
No related tags found
No related merge requests found
...@@ -58,11 +58,6 @@ deploy: ...@@ -58,11 +58,6 @@ deploy:
condition: $TRAVIS_EVENT_TYPE != cron condition: $TRAVIS_EVENT_TYPE != cron
skip_cleanup: true skip_cleanup: true
script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git 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 - provider: script
on: on:
branch: develop branch: develop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment