Skip to content

Commit

Permalink
Add skip cleanup to docker push
Browse files Browse the repository at this point in the history
Don't want to cause a clean before pushing artefacts, looks like the cleanup output is maxing out the log length.
  • Loading branch information
crswty committed Nov 4, 2019
1 parent 6c20598 commit 3e06ec2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ before_deploy:
deploy:
- provider: script
script: bash $TRAVIS_BUILD_DIR/docker/ci-push $TRAVIS_TAG
skip_cleanup: true
on:
tags: true
- provider: releases
Expand Down

0 comments on commit 3e06ec2

Please sign in to comment.