Skip to content

Commit

Permalink
Unset "skip_cleanup"
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Apr 5, 2019
1 parent f65f676 commit abd1264
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ before_deploy:
- export FULL_IMAGE="${DOCKER_LOGIN_URL}/mittwald/kubernetes-loadwatcher"
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash -s -- --snapshot --skip-publish --rm-dist && docker push "${FULL_IMAGE}:latest"
on:
tags: false
branch: master
condition: $TRAVIS_OS_NAME = linux
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash -s -- --rm-dist
on:
tags: true
Expand Down

0 comments on commit abd1264

Please sign in to comment.