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

Added proxy info

parent 3a92051a
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@ 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