mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Hotfix travis conditions
Should use tag IS blank and not tag = false
This commit is contained in:
parent
89df8f1b5f
commit
285f0cbaf1
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ stages:
|
|||
- name: Github release
|
||||
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain
|
||||
- name: Build and push untagged commit into image tomochain
|
||||
if: type != pull_request AND branch = master AND tag = false AND repo = tomochain/tomochain
|
||||
if: type != pull_request AND branch = master AND tag IS blank AND repo = tomochain/tomochain
|
||||
- name: Build and push tagged commit into image tomochain
|
||||
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue