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

Update .gitlab-ci.yml file

parent 7889d55f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,13 @@ deploy-job:
only:
- dev
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
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