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

Wrong path for externals

parent 50f2a3ea
No related branches found
No related tags found
No related merge requests found
Pipeline #197589 failed
......@@ -62,7 +62,7 @@ do
repo_branch=$(jq -r ".spack.repos.\"${repo}\".branch" ${STACK_CONFIG})
echo " - ${spack_external_repos}/${repo}"
echo " - ${STACK_LOCATION}/${spack_external_repos}/${repo}" >> ${SPACK_SYSTEM_CONFIG_PATH}/repos.yaml
echo " - ${spack_external_repos}/${repo}" >> ${SPACK_SYSTEM_CONFIG_PATH}/repos.yaml
if [ ! -d ${spack_external_repos}/${repo} ]; then
echo "Cloning repo: ${repo}"
url_branch=$(jq -r ".spack.repos.\"${repo}\".url" ${STACK_CONFIG})
......
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