mirror of
https://github.com/elyby/chrly.git
synced 2024-11-23 05:33:18 +05:30
Try to fix deploy stage condition
This commit is contained in:
parent
57b7c59929
commit
fbfe9f4516
@ -5,7 +5,7 @@ go:
|
||||
stages:
|
||||
- test
|
||||
- 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:
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
|
Loading…
Reference in New Issue
Block a user