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

Update pica-ci/Dockerfile

parent acc5cfe9
No related branches found
No related tags found
1 merge request!31MAJ CI + volumes dans Dokuwiki
Pipeline #39470 failed
......@@ -18,7 +18,6 @@ RUN apk update && \
export MODIFIED_IMAGE_FULL=$(./get-modified-image.sh) && \
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) && \
mkdir -p /root/.docker && \
export HOST=$(./get-host-by-image.sh) && \
echo "MODIFIED_IMAGE=$MODIFIED_IMAGE" >> /etc/profile.d/ci-variables && \
echo "MODIFIED_IMAGE_FULL=$MODIFIED_IMAGE_FULL" >> /etc/profile.d/ci-variables && \
......
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