Ci change

This commit is contained in:
Henri Burau 2020-03-24 22:02:19 +01:00
parent 1f48b33db1
commit 95e752d2b3
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ deploy_docker:
tags:
- docker
before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- 'which ssh-agent || ( apt update -y && apt install openssh-client -y )'
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh