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

Hardcoded key

parent 4c542ef8
No related branches found
No related tags found
No related merge requests found
Pipeline #204021 failed
......@@ -202,7 +202,7 @@ spack:install:
-e ${environment}
buildcache create
--update-index
--key EDC904DCE3D2E84E
--key ${GPG_KEY_ID}
${MOUNT_POINT}/buildcache
- ${STACK_LOCATION}/spack/bin/spack
......
......@@ -60,7 +60,7 @@ for c in "core_compilers" "compilers"; do
--color always \
buildcache create \
--update-index \
--key EDC904DCE3D2E84E \
--key ${GPG_KEY_ID} \
${MOUNT_POINT}/buildcache ${hashes}
for compiler_hash in $(echo ${hashes}); 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