Skip to content

Commit

Permalink
ci: ignore failures on Ninja summary (#26914)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Dec 10, 2020
1 parent cec6378 commit f876154
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -890,6 +890,8 @@ step-ninja-summary: &step-ninja-summary
run:
name: Print ninja summary
command: |
set +e
set +o pipefail
python depot_tools/post_build_ninja_summary.py -C src/out/Default
step-ninja-report: &step-ninja-report
Expand Down

0 comments on commit f876154

Please sign in to comment.