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

Forgot to remove a `--force`

parent 5330f12f
No related branches found
No related tags found
No related merge requests found
Pipeline #200466 canceled
......@@ -115,7 +115,7 @@ spack:concretize:
script:
- source ci/stack_env.sh
- ${STACK_LOCATION}/spack/bin/spack -e ${environment} config blame | tee config-${environment}-${stack}.log
- ${STACK_LOCATION}/spack/bin/spack -e ${environment} concretize --force | tee concretize-${environment}-${stack}.log
- ${STACK_LOCATION}/spack/bin/spack -e ${environment} concretize | tee concretize-${environment}-${stack}.log
- cp ${SPACK_SYSTEM_CONFIG_PATH}/spack.lock spack-${environment}-${stack}.lock
artifacts:
......
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