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

Correcting ci

parent 662016d1
No related branches found
No related tags found
No related merge requests found
Pipeline #203984 failed
......@@ -68,7 +68,7 @@ variables:
SQUASHFS_ID: ${CI_COMMIT_BRANCH}
- if: $CI_COMMIT_TAG =~ /^v[0-9].*$/
variables:
SQUASHFS_ID: ${CI_COMMIT_BRANCH}
SQUASHFS_ID: ${CI_COMMIT_REF_SLUG}
.parallel_job:
extends:
......
......@@ -5,7 +5,7 @@ set -o nounset
set -o errexit
source ${CI_PROJECT_DIR}/ci/stack_env.sh
mkdir ${CI_DATA_ST}/homes
mkdir -p ${CI_DATA_ST}/homes
for i in squashfs-cache buildcache spack-mirror
do
......
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