Revision d8144228
Added by BRUN Lelio about 2 years ago
.gitlab-ci.yml | ||
---|---|---|
142 | 142 |
# with the variable CLEAN_DUNE_CACHE set to "true". |
143 | 143 |
|
144 | 144 |
script: |
145 |
- echo "Acquire::http::Proxy \"http://proxy.isae.fr:3128\"" | sudo tee /etc/apt/apt.conf > /dev/null |
|
145 |
- echo "Acquire::http::Proxy \"http://proxy.isae.fr:3128\";" | sudo tee /etc/apt/apt.conf > /dev/null
|
|
146 | 146 |
- if [ "$CLEAN_OPAM_CACHE" == "true" ]; then echo "we clean the _opam cache as explicitly requested"; rm -fR _opam; fi |
147 | 147 |
- if [ "$CLEAN_DUNE_CACHE" == "true" ]; then echo "we clean the dune _build cache as explicitly requested"; rm -fR _build; fi |
148 | 148 |
# Note: Gitlab supports multi-line scripts with "- |" or "- >", but the |
Also available in: Unified diff
Update .gitlab-ci.yml file