Install rsync on CI

This commit is contained in:
Chris Lowis 2018-11-13 21:55:17 +00:00
parent 97667077e1
commit e733ed08e8
1 changed files with 1 additions and 0 deletions

View File

@ -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