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

Update .gitlab-ci.yml file

parent a2e164bb
No related branches found
No related tags found
2 merge requests!252create new experimental release,!250update branch
Pipeline #20842 canceled with stage
in 9 seconds
......@@ -186,7 +186,7 @@ build-spack-env-on-runner:
- spack env create $SPACK_DEV_ENV spack.yaml
- spack env activate $SPACK_DEV_ENV
- spack concretize -f --fresh
- spack install -y -j2 --fresh --no-check-signature --keep-stage
- spack install -y -j2 --fresh --no-check-signature
after_script:
- mkdir spack_logs
# succesfully installed packages: keep the spack logs for any package modified during this CI job
......@@ -243,7 +243,7 @@ sync-gitlab-spack-instance:
- spack env activate $SPACK_NFS_ENV
- cp $CI_PROJECT_DIR/spack.yaml $SPACK_ROOT/var/spack/environments/$SPACK_NFS_ENV/spack.yaml
- spack concretize -f --fresh
- spack install -y -j2 --fresh --no-check-signature --keep-stage
- spack install -y -j2 --fresh --no-check-signature
- spack module tcl refresh -y
- spack reindex
- spack env loads -r
......
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