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

missing old command

parent 67141b73
No related branches found
No related tags found
No related merge requests found
Pipeline #196821 canceled
......@@ -84,7 +84,10 @@ spack/bin/spack buildcache keys \
#spack/bin/spack buildcache update-index /buildcache
target=$(jq -Mrc --arg env "${environment}" '
.environments.[$env].target
.environments
| to_entries
| map(select(.key==env.environment))
| .[].value.target
' ${STACK_CONFIG})
require=$(jq -Mrc --arg environment "${environment}" '
......
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