Fix: remove link try other version of wand
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
9c4fb24cb7
commit
e62a4bb753
@ -11,8 +11,6 @@ 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
|
||||||
- ln -s /usr/lib/libMagickCore-7.Q16HDRI.so.6 /usr/lib/libMagickCore-7.Q16HDRI.so
|
|
||||||
- ln -s /usr/lib/libMagickWand-7.Q16HDRI.so.6 /usr/lib/libMagickWand-7.Q16HDRI.so
|
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update
|
- git submodule update
|
||||||
- git clone https://git.opytex.org/lafrite/2019-2020.git content
|
- git clone https://git.opytex.org/lafrite/2019-2020.git content
|
||||||
|
@ -12,4 +12,4 @@ pytz==2020.1
|
|||||||
six==1.15.0
|
six==1.15.0
|
||||||
soupsieve==2.0.1
|
soupsieve==2.0.1
|
||||||
Unidecode==1.1.1
|
Unidecode==1.1.1
|
||||||
Wand==0.6.1
|
Wand==0.6.2
|
||||||
|
Loading…
Reference in New Issue
Block a user