mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user