debugging docker push from ci

This commit is contained in:
Jeffrey Paul 2019-01-23 18:56:03 +00:00
parent 7eb350a956
commit bcc087a1fc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ build:
stage: build
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
- echo docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
except:
- master