mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
build: ignore ninja summary print failures (#28514)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user