Fix: mets à jour les sous module et export Magick_home
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0134348744
commit
0f4e141af0
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user