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

Merge branch 'main' of gitlab.epfl.ch:SCITAS/software-stack/scitas-software-stacks

parents 2222e9f9 8b4ec733
No related branches found
No related tags found
No related merge requests found
Pipeline #197586 canceled
......@@ -21,7 +21,10 @@ git -C spack checkout $SPACK_VERSION
echo "Adding spack system config file"
spack/bin/spack env create ${environment}
if [ ! -e ${SPACK_SYSTEM_CONFIG_PATH}/spack.yaml ]
then
spack/bin/spack env create ${environment}
fi
for file in mirrors.yaml packages.yaml concretizer.yaml config.yaml spack.yaml packages_stack.yaml
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