Skip to content
Snippets Groups Projects
Commit 89256f55 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix(assets): fixed height only for ecogesture

parent 23e85bec
No related branches found
No related tags found
No related merge requests found
Pipeline #93308 passed
......@@ -36,7 +36,7 @@ import-convert-assets:
- curl "https://forge.grandlyon.com/api/v4/projects/409/repository/archive?path=src/assets/icons/email&sha=$ECOLYO_ASSETS_BRANCH" --output email.tar.gz
- tar -xf email.tar.gz
- cd *-email/src/assets/icons/email
- for file in *.svg; do inkscape -h 200 --export-type="png" $file; done
- for file in *.svg; do inkscape --export-type="png" $file; done
- rm *.svg
- cd ~
# Fetch and convert ecogesture assets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment