Merge pull request #415 from prymitive/fix-travis

fix(ci): fix tag condition for travis
This commit is contained in:
Łukasz Mierzwa
2019-02-04 16:18:56 +01:00
committed by GitHub

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: