Skip to content
Snippets Groups Projects
Commit 4b562704 authored by Eric Chiang's avatar Eric Chiang
Browse files

*: 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.
parent 3ef830f7
No related branches found
No related tags found
No related merge requests found
...@@ -36,15 +36,6 @@ script: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment