forked from mystiq/dex
*: 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:
parent
3ef830f7e1
commit
4b56270494
1 changed files with 0 additions and 9 deletions
|
@ -36,15 +36,6 @@ script:
|
||||||
- ./build-docker
|
- ./build-docker
|
||||||
- ./build-docker clean
|
- ./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:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue