*: don't deploy on merge

We don't want to clutter the Quay repo with non-release tags,
particularly if they're not for the master branch.
This commit is contained in:
Eric Chiang 2016-12-06 18:53:54 -08:00
parent 3ef830f7e1
commit 4b56270494

View file

@ -36,15 +36,6 @@ script:
- ./build-docker
- ./build-docker clean
deploy:
provider: script
script: scripts/deploy
skip_cleanup: true
on:
branch: master
go: '1.6.2'
condition: "$TRAVIS_PULL_REQUEST = false"
notifications:
email: false