Hotfix travis conditions

Should use tag IS blank and not tag = false
This commit is contained in:
Etienne Napoleone 2018-07-31 17:09:36 +07:00 committed by GitHub
parent 89df8f1b5f
commit 285f0cbaf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ stages:
- name: Github release - name: Github release
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain
- name: Build and push untagged commit into image 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 - name: Build and push tagged commit into image tomochain
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain