mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
Merge pull request #460 from prymitive/tweak-travis
chore(ci): only test docker builds for pull requests
This commit is contained in:
@@ -87,6 +87,9 @@ jobs:
|
||||
- git diff --exit-code
|
||||
|
||||
- stage: Build Docker image
|
||||
# we build and push doker image on merge and tag, so this should only
|
||||
# run for pull requests, to test that they don't break docker builds
|
||||
if: repo = prymitive/karma AND (branch != master OR type = pull_request)
|
||||
language: generic
|
||||
addons:
|
||||
apt:
|
||||
|
||||
Reference in New Issue
Block a user