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

don't create env view for gitlab-runner test jobs

parent b3d0f60a
No related branches found
No related tags found
No related merge requests found
......@@ -170,6 +170,9 @@ build-spack-env-on-runner:
variables:
SPACK_DEV_ENV: ebrains-dev
script:
# deactivate environment views (we don't need them for the test build-job)
- >
echo " view: False" >> $CI_PROJECT_DIR/site-config/$SYSTEMNAME/spack.yaml
# run installation script
- . install_spack_env.sh $CI_PROJECT_DIR $SPACK_VERSION $CI_PROJECT_DIR $SPACK_DEV_ENV $SPACK_PATH_GITLAB
# re-activate envionment and run tests
......
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