fix(ci): don't build docker image twice on merge

This commit is contained in:
Łukasz Mierzwa
2019-08-27 23:25:04 +01:00
parent acae5ac0ac
commit 9b3fb80c41

View File

@@ -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"