Skip to content
Snippets Groups Projects
Commit c0b9cf97 authored by Becker, Benjamin's avatar Becker, Benjamin
Browse files

Update .gitlab-ci.yml file

parent 53724b66
Branches
Tags
No related merge requests found
......@@ -8,11 +8,11 @@ deploy-job:
image: docker.artifactory-extern.dataport.de/kroniak/ssh-client
variables:
- DATAPORT_PROXY: http://10.61.16.6:3128
- HTTP_PROXY: $DATAPORT_PROXY
- HTTPS_PROXY: $DATAPORT_PROXY
- NO_PROXY: git.dataport.de,minio.gitlab-runner-minio.svc.cluster.local,sonarqube.dataport.de
DATAPORT_PROXY: http://10.61.16.6:3128
HTTP_PROXY: $DATAPORT_PROXY
HTTPS_PROXY: $DATAPORT_PROXY
NO_PROXY: git.dataport.de,minio.gitlab-runner-minio.svc.cluster.local,sonarqube.dataport.de
before_script:
#- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment