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
This commit is contained in:
Łukasz Mierzwa
2019-02-04 14:29:13 +00:00
parent 8b74575ab3
commit 1c673f2c36

View File

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