From 0a85ee3ca01d98508c92519aeee062f4df4f1502 Mon Sep 17 00:00:00 2001 From: Matthias Krack Date: Fri, 4 Apr 2025 15:49:43 +0200 Subject: [PATCH] Fix path as files have moved from ci/spack to tools/spack --- ci/cscs_eiger_spack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cscs_eiger_spack.yaml b/ci/cscs_eiger_spack.yaml index cb444000fe..947c4c356f 100644 --- a/ci/cscs_eiger_spack.yaml +++ b/ci/cscs_eiger_spack.yaml @@ -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: