Skip to content

Commit

Permalink
ci: set dev-build quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger committed Feb 23, 2024
1 parent 746b7bd commit ff3b15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ before_script:
spack repo add spack-repo
spack repo list
spack config add upstreams:default:install_tree:${SPINER_SPACK_DIR}/opt/spack/
spack dev-build -j $(nproc) ${SPINER_SPACK_SPEC}
spack dev-build -q -j $(nproc) ${SPINER_SPACK_SPEC}
spack env deactivate
section end spack_build
- section start "spack_env[collapsed=true]" "Creating Spack environment"
Expand Down

0 comments on commit ff3b15a

Please sign in to comment.