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

Update .gitlab-ci.yml file

parent 5a8a2089
No related branches found
No related tags found
No related merge requests found
...@@ -314,6 +314,7 @@ sync-gitlab-spack-instance: ...@@ -314,6 +314,7 @@ sync-gitlab-spack-instance:
EOF EOF
fi fi
- . $SPACK_PATH/share/spack/setup-env.sh - . $SPACK_PATH/share/spack/setup-env.sh
- spack repo rm /builds/elmath/test
# - spack bootstrap untrust github-actions # - spack bootstrap untrust github-actions
- spack compiler find - spack compiler find
- spack compiler list - spack compiler list
...@@ -330,6 +331,8 @@ sync-gitlab-spack-instance: ...@@ -330,6 +331,8 @@ sync-gitlab-spack-instance:
- cp $CI_PROJECT_DIR/spack.yaml $SPACK_ROOT/var/spack/environments/$SPACK_NFS_ENV/spack.yaml - cp $CI_PROJECT_DIR/spack.yaml $SPACK_ROOT/var/spack/environments/$SPACK_NFS_ENV/spack.yaml
- spack concretize -f - spack concretize -f
- spack install --no-check-signature || (cp -r /tmp/spack/spack-stage /mnt/build_logs; exit 1) - spack install --no-check-signature || (cp -r /tmp/spack/spack-stage /mnt/build_logs; exit 1)
- spack module tcl refresh -y
- spack reindex
timeout: 2 days timeout: 2 days
only: only:
refs: refs:
......
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