Skip to content
Snippets Groups Projects
Commit 0b72d997 authored by a.croix's avatar a.croix
Browse files

Remove useless command on gitlab-ci

parent c49a054e
No related branches found
Tags 1.1
No related merge requests found
Pipeline #10848 passed
......@@ -46,7 +46,6 @@ build:tagged:
script:
# use previous image as a cache to speedup build process
- docker pull $CI_REGISTRY_IMAGE:latest || true
- echo $CI_COMMIT_TAG > public/VERSION
- docker build --cache-from $CI_REGISTRY_IMAGE:latest --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG --tag $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
- docker push $CI_REGISTRY_IMAGE:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment