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

Adding possibility to add releases

parent 8267dab3
No related branches found
No related tags found
No related merge requests found
Pipeline #203810 failed
......@@ -14,6 +14,7 @@ workflow:
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG =~ /^v[0-9].*$/
variables:
TERM: ansi
......@@ -213,9 +214,10 @@ spack:mksquashfs:
#- .spack_cache
script:
- source ci/stack_env.sh
- mksquashfs ${STACK_LOCATION} ${stack}-${environment}-${SQUASHFS_ID}.sqfs
- mkfir -p /squashfs-cache/releases/
- mksquashfs ${STACK_LOCATION} /squashfs-cache/releases/${stack}-${environment}-${SQUASHFS_ID}-${CI_COMMIT_TAG}.sqfs
needs:
- job: spack:install
#ressource_group: mksquashfs
timeout: 1h
rules:
- if: $CI_COMMIT_TAG && $CI_COMMIT_TAG =~ /v[0-9]+.*/
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