Skip to content
Snippets Groups Projects
Commit 8d0373a3 authored by Igor Witz's avatar Igor Witz
Browse files

Update .gitlab-ci.yml

parent d9b51890
No related branches found
No related tags found
1 merge request!22Ajout de la CI pour Etherpad et Dokuwiki
......@@ -111,7 +111,6 @@ deployment:
- export MODIFIED_IMAGE=$(echo $MODIFIED_IMAGE_FULL | cut -d ':' -f1)
- export CURRENT_CONTAINER_ID=$(docker container ls -a | grep pica-dokuwiki| cut -d ' ' -f1)
script:
- cd DOCKER_COMPOSE_PATH
- docker pull $REGISTRY/ci-builds/$CI_COMMIT_SHA:latest
- docker tag $REGISTRY/ci-builds/$CI_COMMIT_SHA:latest
- (docker stop $CURRENT_CONTAINER_ID; docker rm $CURRENT_CONTAINER_ID) || true
......
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