Change CI script.

This commit is contained in:
Patrick Jentsch 2019-07-31 11:23:41 +02:00
parent fa4a798351
commit 1fd85d1b44

View File

@ -12,7 +12,6 @@ before_script:
Build:
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build --pull -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
stage: build