mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Merge pull request #902 from prymitive/builds-from-master-fix
fix(ci): don't build docker image twice on merge
This commit is contained in:
@@ -119,7 +119,7 @@ jobs:
|
||||
script: travis_retry make docker-image
|
||||
|
||||
- stage: Build and Deploy
|
||||
if: repo = prymitive/karma AND type != pull_request
|
||||
if: repo = prymitive/karma AND type != pull_request AND !(type = push AND branch = master)
|
||||
<<: *DEFAULTS_GO
|
||||
env:
|
||||
- DESC="Cross compile binaries"
|
||||
|
||||
Reference in New Issue
Block a user