mirror of
https://github.com/elyby/chrly.git
synced 2024-11-30 10:42:14 +05:30
Try to fix deploy stage condition
This commit is contained in:
parent
57b7c59929
commit
fbfe9f4516
@ -5,7 +5,7 @@ go:
|
|||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- name: deploy
|
- name: deploy
|
||||||
if: env(TRAVIS_PULL_REQUEST) = false AND (branch = master OR tag IS present)
|
if: env(TRAVIS_PULL_REQUEST) IS false AND (branch = master OR tag IS present)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get -u github.com/golang/dep/cmd/dep
|
- go get -u github.com/golang/dep/cmd/dep
|
||||||
|
Loading…
Reference in New Issue
Block a user