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

Update .gitlab-ci.yml file

parent eb557ef7
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:
- echo "Acquire::http::Proxy \"http://proxy.isae.fr:3128\"" | sudo tee /etc/apt/apt.conf > /dev/null
- echo "Acquire::http::Proxy \"http://proxy.isae.fr:3128\";" | sudo tee /etc/apt/apt.conf > /dev/null
- 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment