Merge pull request #110 from tomochain/hotfix/travisconditions

Hotfix travis conditions
This commit is contained in:
Tuna 2018-07-31 17:18:09 +07:00 committed by GitHub
commit b780226180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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