mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Merge pull request #1097 from prymitive/travis
fix(ci): don't run duplicated docker image build for release jobs
This commit is contained in:
@@ -168,7 +168,7 @@ jobs:
|
||||
name: Build docker image
|
||||
# we build and push docker image on merge and tag, so this should only
|
||||
# run for new branches, to test that they don't break docker builds
|
||||
if: (repo = prymitive/karma AND type != pull_request AND branch != master) OR (fork = true AND type = pull_request)
|
||||
if: (repo = prymitive/karma AND type != pull_request AND branch != master AND tag IS NOT present) OR (fork = true AND type = pull_request)
|
||||
language: shell
|
||||
addons:
|
||||
apt:
|
||||
|
||||
Reference in New Issue
Block a user