Skip to content
Snippets Groups Projects
Commit a230aa0a authored by BRUN Lelio's avatar BRUN Lelio
Browse files

Update .gitlab-ci.yml file

parent 3e74e89b
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ build:
# with the variable CLEAN_DUNE_CACHE set to "true".
script:
- sudo echo "Acquire::http::Proxy \"http://proxy.isae.fr:3128\"" > /etc/apt/apt.conf
- sudo echo "Acquire::http::Proxy \"http://proxy.isae.fr:3128\"" >> /etc/apt/apt.conf
- if [ "$CLEAN_OPAM_CACHE" == "true" ]; then echo "we clean the _opam cache as explicitly requested"; rm -fR _opam; fi
- if [ "$CLEAN_DUNE_CACHE" == "true" ]; then echo "we clean the dune _build cache as explicitly requested"; rm -fR _build; fi
# Note: Gitlab supports multi-line scripts with "- |" or "- >", but the
......
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