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

Update .gitlab-ci.yml file

parent 19edcd49
Branches
No related tags found
No related merge requests found
Pipeline #42597 passed with warnings
......@@ -59,14 +59,11 @@ import-convert-assets:
- mv *-email/src/assets/icons/email ./image-lib
- mv *-ecogesture/src/assets/icons/visu/ecogesture ./image-lib/ecogesture
- rm -rf email.tar.gz ecogesture.tar.gz *-email *-ecogesture
# Create an archive
- tar -czvf image-lib.tar.gz ./image-lib
- ls -la
- cp image-lib.tar.gz $CI_PROJECT_DIR/
- ls -la $CI_PROJECT_DIR
# Copy into project folder
- cp image-lib $CI_PROJECT_DIR/
artifacts:
paths:
- $CI_PROJECT_DIR/image-lib.tar.gz
- $CI_PROJECT_DIR/image-lib
only:
- master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment