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

Update .gitlab-ci.yml

parent d77cb56c
No related branches found
No related tags found
1 merge request!35Gestion des secrets
......@@ -94,7 +94,7 @@ docker-bench-security:
# if secrets.example files exist, remove the .example extension to be able to start the container
- if [[ -d $MODIFIED_IMAGE/secrets ]]; then for i in $MODIFIED_IMAGE/secrets/*.example ; do cp $i $(echo $i| cut -d '.' -f1,2); done; fi;
# let docker-compose create the required volumes and networks
- sed -i -e 's/external: true/external: false/g' $MODIFIED_IMAGE/docker-compose.yml
- "sed -i -e 's/external: true/external: false/g' $MODIFIED_IMAGE/docker-compose.yml"
script:
- cd $MODIFIED_IMAGE
- docker-compose up -d
......
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