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

Missing module filrs in the list

parent 2622c53f
No related branches found
No related tags found
No related merge requests found
Pipeline #200222 failed
......@@ -26,7 +26,7 @@ then
spack/bin/spack env create ${environment}
fi
for file in mirrors packages concretizer config spack definitions
for file in mirrors packages concretizer config spack definitions modules
do
if [ -e "${STACK_CONFIG_PATH}/${file}.yaml" ]; then
echo "Copying ${STACK_CONFIG_PATH}/${file}.yaml to ${SPACK_SYSTEM_CONFIG_PATH}"
......
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