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

Update pica-ci/Dockerfile

parent 9fab7fb4
No related branches found
No related tags found
1 merge request!35Gestion des secrets
Pipeline #39676 failed
...@@ -14,7 +14,7 @@ RUN apk update && \ ...@@ -14,7 +14,7 @@ RUN apk update && \
sed \ sed \
wget && \ wget && \
pip install docker-compose && \ pip install docker-compose && \
chmod +x get-modified-image.sh get-host-by-image.sh && \ chmod +x get-modified-image.sh get-host-by-image.sh decrypt-secrets.sh && \
export MODIFIED_IMAGE_FULL=$(./get-modified-image.sh) && \ export MODIFIED_IMAGE_FULL=$(./get-modified-image.sh) && \
export MODIFIED_IMAGE=$(echo $MODIFIED_IMAGE_FULL | cut -d ':' -f1) && \ export MODIFIED_IMAGE=$(echo $MODIFIED_IMAGE_FULL | cut -d ':' -f1) && \
export CONTAINER_NAME=$(cat $MODIFIED_IMAGE/docker-compose.yml | grep $MODIFIED_IMAGE -B1 | head -n1 | cut -d ':' -f1 | xargs) && \ export CONTAINER_NAME=$(cat $MODIFIED_IMAGE/docker-compose.yml | grep $MODIFIED_IMAGE -B1 | head -n1 | cut -d ':' -f1 | xargs) && \
......
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