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

Update .gitlab-ci.yml file

parent 1e6b7acf
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ deploy-job:
image: docker.artifactory-extern.dataport.de/kroniak/ssh-client
before_script:
#- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
#- eval $(ssh-agent -s)
- eval $(ssh-agent -s)
- echo "$id_rsa" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment