Update .gitlab-ci.yml

This commit is contained in:
Julien Cabillot 2018-03-19 15:44:31 +00:00
parent 64f1c951b9
commit 192fb3b8f3

View File

@ -6,12 +6,6 @@ services:
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
build-master:
stage: build
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
- docker push "$CI_REGISTRY_IMAGE"
build:
stage: build
script: