Merge pull request #401 from prymitive/fix-docker

fix(deploy): correct docker deploy conditional
This commit is contained in:
Łukasz Mierzwa
2019-01-30 19:46:56 +00:00
committed by GitHub

View File

@@ -131,7 +131,7 @@ jobs:
tags: true
- stage: Deploy docker image
if: repo = prymitive/karma AND branch = master AND (type = push OR tag = true)
if: repo = prymitive/karma AND ((type = push AND branch = master) OR tag = true)
language: generic
addons:
apt: