Fix: mets à jour les sous module et export Magick_home
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2022-05-26 07:54:53 +02:00
parent 0134348744
commit 0f4e141af0
1 changed files with 3 additions and 0 deletions

View File

@ -11,7 +11,10 @@ steps:
image: python:3.8-alpine image: python:3.8-alpine
commands: commands:
- apk add --no-cache openssh-client ca-certificates bash rsync git imagemagick-dev imagemagick - 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 - pip install --no-cache-dir -r requirements.txt
- export MAGICK_HOME=/usr
- pelican ./content/ -o output -s publishconf.py --relative-urls - pelican ./content/ -o output -s publishconf.py --relative-urls
- echo Début du Push - echo Début du Push
- eval `ssh-agent -s` - eval `ssh-agent -s`