Skip to content
Snippets Groups Projects
Verified Commit eb59c1e5 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Trigger pica-ci-base build

parent 58f9fbc9
No related branches found
No related tags found
1 merge request!44Optimize CI and remove deployment steps, add Mattermost and update Etherpad
Pipeline #51076 failed
......@@ -19,7 +19,6 @@ stages:
- build
- security-tests
- push
- clean
# Hidden key meant to be included in other jobs, for factorization
.pull-modified-image: &pull-modified-image
......@@ -172,10 +171,3 @@ push-prod:
- "pica-oh-my-form/*"
refs:
- master
# Remove cached variables once all pipeline passed
clean-up:
stage: clean
tags: [build]
script:
- rm variables
......@@ -14,7 +14,7 @@ do
;;
esac
done
echo "export MODIFIED_IMAGE=${RES}" >> variables
echo "export MODIFIED_IMAGE=${RES}" > variables
# Image name with wanted registry and tag, fetched from Docker Compose
RES=$(cat $RES/docker-compose.yml | grep $RES | cut -d ':' -f2-)
......
......@@ -8,5 +8,5 @@ RUN apk update && \
py-pip \
python2-dev \
sed \
wget && \
pip install docker-compose
wget \
&& pip install docker-compose
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