Skip to content
Snippets Groups Projects
Commit d35bcc61 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Update install_spack_env.sh

parent 404c352c
No related branches found
No related tags found
2 merge requests!206create new experimental release,!202Update Spack version and build image/scripts
Pipeline #19755 canceled with stages
in 24 minutes and 29 seconds
......@@ -34,7 +34,7 @@ else
fi
# add repo if it does not exist
if [ ! $(spack repo list | grep -q $EBRAINS_REPO) ]
if [[ ! $(spack repo list | grep $EBRAINS_REPO) ]]
then
spack repo add $EBRAINS_REPO
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment