forked from ZeusWPI/drive
Try fix rsync install
This commit is contained in:
parent
ca3204282d
commit
82823ae130
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
image: python:3.8-buster
|
||||
|
||||
before_script:
|
||||
- apt-get install rsync
|
||||
- apt-get update -y
|
||||
- apt-get install -y rsync
|
||||
- pip install -r requirements.txt
|
||||
|
||||
## Install ssh-agent if not already installed, it is required by Docker.
|
||||
|
|
Loading…
Reference in a new issue