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

Update .gitlab-ci.yml

parent 04f39617
No related branches found
No related tags found
1 merge request!22Ajout de la CI pour Etherpad et Dokuwiki
......@@ -107,9 +107,6 @@ deployment:
- echo "$DEV_DOCKER_CA_CERT" > $DOCKER_CERT_PATH/ca.pem
- echo "$DEV_DOCKER_CLIENT_CERT" > $DOCKER_CERT_PATH/cert.pem
- echo "$DEV_DOCKER_CLIENT_KEY" > $DOCKER_CERT_PATH/key.pem
- cat $DOCKER_CERT_PATH/ca.pem | wc -l
- cat $DOCKER_CERT_PATH/cert.pem | wc -l
- cat $DOCKER_CERT_PATH/key.pem | wc -l
- chmod +x get-modified-image.sh
- export MODIFIED_IMAGE_FULL=$(./get-modified-image.sh)
- export MODIFIED_IMAGE=$(echo $MODIFIED_IMAGE_FULL | cut -d ':' -f1)
......
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