Update .gitlab-ci.yml

This commit is contained in:
2019-07-27 00:55:57 +00:00
parent 9124c598fe
commit a3fb67072b

View File

@@ -19,8 +19,6 @@ build:
script: script:
- docker build -t $IMAGE_TAG ./Docker/ - docker build -t $IMAGE_TAG ./Docker/
- docker push $IMAGE_TAG - docker push $IMAGE_TAG
only:
- master
#build: #build:
# stage: build # stage: build