Skip to content
Snippets Groups Projects
Unverified Commit 0ae6ddfc authored by trop[bot]'s avatar trop[bot] Committed by GitHub
Browse files

ci: fixup diagnose_goma_log.py call


Co-authored-by: default avatarJohn Kleinschmidt <jkleinsc@electronjs.org>
parent 1d845761
No related merge requests found
......@@ -735,8 +735,8 @@ step-show-goma-stats: &step-show-goma-stats
command: |
set +e
set +o pipefail
$GOMA_DIR/goma_ctl.py stat
$GOMA_DIR/diagnose_goma_log.py
python3 $GOMA_DIR/goma_ctl.py stat
python3 $GOMA_DIR/diagnose_goma_log.py
true
when: always
background: true
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment