This commit is contained in:
drymer 2020-08-20 23:27:41 +02:00
parent a864ed8782
commit a057bf3652
Signed by: drymer
GPG key ID: A307D64D5DDFDAAD

View file

@ -24,6 +24,7 @@ deploy:
- pushes
- testing
stage: deploy test
before_script:
- "command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )"
- eval $(ssh-agent -s)