From 0f4e141af07aedd1347087d4eb033a4e89c8188a Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 26 May 2022 07:54:53 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20mets=20=C3=A0=20jour=20les=20sous=20modu?= =?UTF-8?q?le=20et=20export=20Magick=5Fhome?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 28bf635..f86b48f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,10 @@ steps: image: python:3.8-alpine commands: - apk add --no-cache openssh-client ca-certificates bash rsync git imagemagick-dev imagemagick + - git submodule init + - git submodule update - pip install --no-cache-dir -r requirements.txt + - export MAGICK_HOME=/usr - pelican ./content/ -o output -s publishconf.py --relative-urls - echo Début du Push - eval `ssh-agent -s`