diff --git a/.circleci/config/base.yml b/.circleci/config/base.yml index aa8ebf26dc9a..7cc7a94bfb22 100644 --- a/.circleci/config/base.yml +++ b/.circleci/config/base.yml @@ -754,8 +754,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