mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 13:45:19 -04:00
Fix path as files have moved from ci/spack to tools/spack
This commit is contained in:
parent
4281113e2d
commit
0a85ee3ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue