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

Missing do in for

parent 9aa0536b
No related branches found
No related tags found
No related merge requests found
Pipeline #179956 failed
......@@ -153,7 +153,7 @@ spack:install_compilers:
cat compiler_definitions.yaml
- |
for compiler_hash in $(echo ${hashes})
for compiler_hash in $(echo ${hashes}); do
echo "spack/bin/spack location -i ${compiler_hash}"
location=$(spack/bin/spack location -i ${compiler_hash})
......
repos:
# - /stack/extra_repos/scitas-externals
- ../scitas-spack-packages
- /stack/extra_repos/scitas-spack-packages
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