mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Merge pull request #110 from tomochain/hotfix/travisconditions
Hotfix travis conditions
This commit is contained in:
commit
b780226180
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