mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Merge pull request #415 from prymitive/fix-travis
fix(ci): fix tag condition for travis
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