From 126b4585c1c20ebad79e095a3ff21f8c5fc72cb1 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 5 Aug 2020 09:38:13 +0200 Subject: [PATCH] Feat: install git in drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 862f8b2..36cd86d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 -