Fix: install rsync in drone.yml
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Bertrand Benjamin 2020-08-05 09:14:49 +02:00
parent f2d327416f
commit e4d76aac52
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ steps:
commands:
- pip install --no-cache-dir -r requirements.txt
- pelican ./content/ -o ouptut -s publishconf.py --relative-urls
- apk apk add --no-cache openssh-client ca-certificates bash rsync
- echo Début du Push
- apk apk add --no-cache openssh-client ca-certificates bash
- apk apk add rsync
- eval `ssh-agent -s`
- echo "$SSH_KEY" | ssh-add -
- mkdir -p ~/.ssh