From 285f0cbaf15724bbc77b444164521700d3720c4f Mon Sep 17 00:00:00 2001 From: Etienne Napoleone Date: Tue, 31 Jul 2018 17:09:36 +0700 Subject: [PATCH] Hotfix travis conditions Should use tag IS blank and not tag = false --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 082518d6e310..972ddfbf8ba7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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