Skip to content
Snippets Groups Projects
Commit 73b64ff1 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Adding squashfs creation

parent 8e29d843
No related branches found
No related tags found
No related merge requests found
Pipeline #184109 failed
......@@ -121,3 +121,18 @@ spack:install:
reports:
junit: spack-install.xml
timeout: 10h
spack:mksquashfs:
stage: deploy
extends:
- .spack_cache
- .parallel_job
script:
- mksquashfs ${CI_PROJECT_DIR} stack-${stack}-${environment}-${CI_COMMIT_REF_SLUG}.sqfs
- curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file stack-${stack}-${environment}-${CI_COMMIT_REF_SLUG}.sqfs "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/stack/${stack}/stack-${stack}-${environment}-${CI_COMMIT_REF_SLUG}.sqfs"
needs:
- job: spack:install
artifacts:
reports:
junit: spack-install.xml
timeout: 10h
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