mirror of
https://git.coop/cotech/website.git
synced 2024-11-24 23:53:07 +00:00
Add back necessary eval $(ssh-agent -s)
This commit is contained in:
parent
e35afc0dcd
commit
92b1459724
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user