Install rsync on CI
This commit is contained in:
parent
97667077e1
commit
e733ed08e8
@ -5,6 +5,7 @@ variables:
|
||||
LC_ALL: C.UTF-8
|
||||
|
||||
before_script:
|
||||
- 'which rsync || ( apt-get update -y && apt-get install rsync -y )'
|
||||
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user