Skip to content

Commit e9857bd

Browse files
committed
Update run.bat
1 parent 296ea5d commit e9857bd

File tree

1 file changed

+2
-1
lines changed
  • script/push-mlperf-inference-results-to-github

1 file changed

+2
-1
lines changed

script/push-mlperf-inference-results-to-github/run.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ git commit -a -m "%CM_MLPERF_RESULTS_REPO_COMMIT_MESSAGE%"
2828

2929
if defined CM_MLPERF_INFERENCE_SUBMISSION_DIR call %CM_SET_REMOTE_URL_CMD%
3030

31-
git push
31+
echo "%CM_GIT_PUSH_CMD%"
32+
%CM_GIT_PUSH_CMD%
3233

3334
REM Check if the previous command was successful
3435
if %errorlevel% neq 0 exit /b %errorlevel%

0 commit comments

Comments
 (0)