Feat: install git in drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Bertrand Benjamin 2020-08-05 09:38:13 +02:00
parent ec821d1e3c
commit 126b4585c1
1 changed files with 1 additions and 1 deletions

View File

@ -11,10 +11,10 @@ steps:
image: python:3.8-alpine
commands:
- echo "Trigger from branch"
- apk add --no-cache openssh-client ca-certificates bash rsync git
- git clone https://git.opytex.org/lafrite/2019-2020.git content
- pip install --no-cache-dir -r requirements.txt
- pelican ./content/ -o output -s publishconf.py --relative-urls
- apk add --no-cache openssh-client ca-certificates bash rsync
- echo Début du Push
- eval `ssh-agent -s`
- echo "$SSH_KEY" | ssh-add -