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

Adding super important change --color

parent c4544160
No related branches found
No related tags found
1 merge request!3Feat/stack pinot noir
Pipeline #203220 failed
...@@ -128,7 +128,7 @@ spack:install_compilers: ...@@ -128,7 +128,7 @@ spack:install_compilers:
script: script:
- ci/install_compilers.sh - ci/install_compilers.sh
- source ci/stack_env.sh - source ci/stack_env.sh
- ${STACK_LOCATION}/spack/bin/spack -e ${environment} config blame compilers - ${STACK_LOCATION}/spack/bin/spack --color always -e ${environment} config blame compilers
- ${CI_PROJECT_DIR}/ci/update_squashfs.sh - ${CI_PROJECT_DIR}/ci/update_squashfs.sh
artifacts: artifacts:
reports: reports:
...@@ -148,7 +148,7 @@ spack:concretize: ...@@ -148,7 +148,7 @@ spack:concretize:
- ${STACK_LOCATION}/spack/bin/spack -e ${environment} - ${STACK_LOCATION}/spack/bin/spack -e ${environment}
config blame | tee config-${environment}-${stack}.log config blame | tee config-${environment}-${stack}.log
- ${STACK_LOCATION}/spack/bin/spack -e ${environment} - ${STACK_LOCATION}/spack/bin/spack --color always -e ${environment}
concretize | tee concretize-${environment}-${stack}.log concretize | tee concretize-${environment}-${stack}.log
- cp ${SPACK_SYSTEM_CONFIG_PATH}/spack.lock spack-${environment}-${stack}.lock - cp ${SPACK_SYSTEM_CONFIG_PATH}/spack.lock spack-${environment}-${stack}.lock
...@@ -171,7 +171,7 @@ spack:install: ...@@ -171,7 +171,7 @@ spack:install:
- source ci/stack_env.sh - source ci/stack_env.sh
- echo "{}" > spack-install-${environment}.xml - echo "{}" > spack-install-${environment}.xml
- ${STACK_LOCATION}/spack/bin/spack -e ${environment} install - ${STACK_LOCATION}/spack/bin/spack --color always -e ${environment} install
--log-file spack-install-${environment}.xml --log-file spack-install-${environment}.xml
--log-format junit --log-format junit
--only-concrete --only-concrete
......
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