Skip to content

Commit

Permalink
Skip cleanup on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Silva committed Jul 22, 2019
1 parent fb8fedc commit 39c15a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ before_install:
- ./.ci/build-images.sh
- ./.ci/fetch-artifacts.sh


install:
- pip3 install ./dist/${PYTHON_PKG_NAME}*linux_x86_64.whl

Expand All @@ -48,12 +47,14 @@ deploy:

- provider: script
script: bash .ci/deploy-pypi.sh ${TRAVIS_BUILD_DIR}/dist/${PYTHON_PKG_NAME}*
skip_cleanup: true
on:
tags: true
branch: master

- provider: script
script: bash .ci/deploy-docker.sh
skip_cleanup: true
on:
branch: master

Expand Down

0 comments on commit 39c15a6

Please sign in to comment.