Add back necessary eval $(ssh-agent -s)

This commit is contained in:
Chris Croome 2018-11-18 16:07:00 +00:00
parent e35afc0dcd
commit 92b1459724
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ variables:
before_script:
- 'which rsync || ( apt-get update -qq && apt-get install rsync -yqq )'
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh