Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
backoffice_server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
backoffice_server
Commits
23e85bec
Commit
23e85bec
authored
1 year ago
by
Rémi PAILHAREY
Browse files
Options
Downloads
Patches
Plain Diff
fix(assets): fixed height for all assets
parent
7074a924
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#93298
passed
1 year ago
Stage: import-convert-assets
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
23e85bec
...
...
@@ -36,14 +36,14 @@ 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 --export-type="png" $file; done
-
for file in *.svg; do inkscape
-h 200
--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
-
tar -xf ecogesture.tar.gz
-
cd *-ecogesture/src/assets/icons/visu/ecogesture
-
for file in *.svg; do inkscape --export-type="png" $file; done
-
for file in *.svg; do inkscape
-h 200
--export-type="png" $file; done
-
rm *.svg
# Cleanup
-
cd ~
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment