build: ignore ninja summary print failures (#28514)
This commit is contained in:
parent
1fcd6e2740
commit
e2f49edf83
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +932,7 @@ step-ninja-summary: &step-ninja-summary
|
|||
command: |
|
||||
set +e
|
||||
set +o pipefail
|
||||
python depot_tools/post_build_ninja_summary.py -C src/out/Default
|
||||
python depot_tools/post_build_ninja_summary.py -C src/out/Default || echo Ninja Summary Failed
|
||||
|
||||
step-ninja-report: &step-ninja-report
|
||||
store_artifacts:
|
||||
|
|
Loading…
Reference in a new issue