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

Update .gitlab-ci.yml file

parent e0d1397e
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -35,14 +35,14 @@ import-convert-assets:
script:
- cd ~
# Fetch and convert email 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
- 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 --export-type="png" $file; done
- rm *.svg
- cd ~
# Fetch and convert ecogesture assets
- curl https://forge.grandlyon.com/api/v4/projects/409/repository/archive?path=src/assets/icons/visu/ecogesture&sha=$ECOLYO_ASSETS_BRANCH --output ecogesture.tar.gz
- curl "https://forge.grandlyon.com/api/v4/projects/409/repository/archive?path=src/assets/icons/visu/ecogesture&sha=$ECOLYO_ASSETS_BRANCH" --output ecogesture.tar.gz
- tar -xf ecogesture.tar.gz
- cd *-ecogesture/src/assets/icons/visu/ecogesture
- for file in *.svg; do inkscape --export-type="png" $file; done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment