From 1c673f2c361ef786aea45c285aead4d5dff5bdf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 4 Feb 2019 14:29:13 +0000 Subject: [PATCH] fix(ci): fix tag condition for travis Still not building dockers on new release, looks like 'tag IS present' is the correct syntax for this condition after all --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 71e9ff4df..0ef88a1db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -131,7 +131,7 @@ jobs: tags: true - stage: Deploy docker image - if: repo = prymitive/karma AND ((type = push AND branch = master) OR tag = true) + if: repo = prymitive/karma AND ((type = push AND branch = master) OR tag IS present) language: generic addons: apt: