Personal gitlab runner
Procedure for proxy settings
sudo mkdir /etc/systemd/system/gitlab-runner.service.d
echo in /etc/systemd/system/gitlab-runner.service.d/http-proxy.conf
# !!!! special chars in password and username for proxy must be double escaped with %%
[Service]
Environment="HTTP_PROXY=PROXYSECRET"
Environment="HTTPS_PROXY=PROXYSECRET"
Environment="NO_PROXY=*.snmc.cec.eu.int,snmc.cec.eu.int,snmc.cec.eu.int,sam-hcpvault.cec.eu.int"
and
sudo systemctl daemon-reload
sudo systemctl restart gitlab-runner
From
Edited by Raphael JOIE