ci: fixup diagnose_goma_log.py call (#40131)

This commit is contained in:
John Kleinschmidt 2023-10-09 09:19:21 -04:00 committed by GitHub
parent 24bc0ee5c7
commit a31deea1ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -754,8 +754,8 @@ step-show-goma-stats: &step-show-goma-stats
command: | command: |
set +e set +e
set +o pipefail set +o pipefail
$GOMA_DIR/goma_ctl.py stat python3 $GOMA_DIR/goma_ctl.py stat
$GOMA_DIR/diagnose_goma_log.py python3 $GOMA_DIR/diagnose_goma_log.py
true true
when: always when: always
background: true background: true