Try without execdir

This commit is contained in:
Ariejan de Vroom 2022-08-20 15:15:35 +02:00
parent 5f6645ead9
commit 384aa77d51
Signed by: ariejan
GPG Key ID: AD739154F713697B

View File

@ -5,11 +5,10 @@ variables:
pages:
before_script:
- apk add --no-cache file
- apk add --no-cache imagemagick
script:
- hugo
- find ./public -name '*.jpg' -execdir sh -c "mogrify -monitor -sampling-factor 4:2:0 -strip -interlace JPEG -colorspace sRGB -resize 2048 -compress JPEG -quality 80 *.jpg" {} \;
- find ./public -name '*.jpg' -exec sh -c "mogrify -monitor -sampling-factor 4:2:0 -strip -interlace JPEG -colorspace sRGB -resize 2048 -compress JPEG -quality 80 " {} \;
artifacts:
paths:
- public