Skip to content
Snippets Groups Projects
Commit 7580c18f authored by uıןǝnbsɐW ןǝɐʞɔıW's avatar uıןǝnbsɐW ןǝɐʞɔıW
Browse files

Update .gitlab-ci.yml file

parent 87449696
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,6 @@ stages: # List of stages for jobs, and their order of execution
- build
- deploy
before_script:
- mkdir -p $HOME/.docker/
- 'echo "{ \"proxies\": { \"default\": { \"httpProxy\": \"http://isc-proxy.priv.lifl.fr:8081/\", \"httpsProxy\": \"http://isc-proxy.priv.lifl.fr:8081/\", \"noProxy\": \"127.0.0.1, 192.168.10.0/24\" } } }" > $HOME/.docker/config.json'
build: # This job runs in the build stage, which runs first.
stage: build
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment