Fix path as files have moved from ci/spack to tools/spack

This commit is contained in:
Matthias Krack 2025-04-04 15:49:43 +02:00
parent 4281113e2d
commit 0a85ee3ca0

View file

@ -20,7 +20,7 @@ build deps eiger:
stage: deps
timeout: 1h
before_script:
- DEPS_IMAGE_TAG=`cat ci/cscs_eiger_spack.yaml ci/docker/build_${CI_JOB_STAGE}_${TAG}.Dockerfile $(find ci/spack -type f) $(find cmake -type f) | sha256sum - | head -c 16`
- DEPS_IMAGE_TAG=`cat ci/cscs_eiger_spack.yaml ci/docker/build_${CI_JOB_STAGE}_${TAG}.Dockerfile $(find tools/spack -type f) $(find cmake -type f) | sha256sum - | head -c 16`
- export PERSIST_IMAGE_NAME=${CSCS_REGISTRY_PATH}/base/${REPOSITORY}:${TAG}_${DEPS_IMAGE_TAG}
- echo "DEPS_IMAGE_NAME=${PERSIST_IMAGE_NAME}" | tee build.env
artifacts: