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

minor fix in CI

parent b5bc99c6
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ sync-gitlab-spack-instance:
# activate spack
- . $SPACK_PATH/share/spack/setup-env.sh
# install compiler (if not already installed)
- EBRAINS_SPACK_COMPILER=$(grep 'compiler' $CI_PROJECT_DIR/packages.yaml | awk -F'[][]' '{ print $2 }')
- EBRAINS_SPACK_COMPILER=$(grep 'compiler' $CI_PROJECT_DIR/site-config/$SYSTEMNAME/packages.yaml | awk -F'[][]' '{ print $2 }')
- spack compiler find
- spack install $EBRAINS_SPACK_COMPILER
- spack load $EBRAINS_SPACK_COMPILER
......
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