Merge pull request #1776 from GJRTimmer/fix-ci-double-job

fix double CI job
This commit is contained in:
Niclas Mietz 2018-11-22 06:11:55 +01:00 committed by GitHub
commit 7272ee93a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,8 @@ docker:build:branches:
stage: build
only:
- branches
except:
- master
script:
- docker login -u ${CI_REGISTRY_USER} -p ${CI_REGISTRY_PASS} ${CI_REGISTRY}
- docker build