We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296ea5d commit e9857bdCopy full SHA for e9857bd
script/push-mlperf-inference-results-to-github/run.bat
@@ -28,7 +28,8 @@ git commit -a -m "%CM_MLPERF_RESULTS_REPO_COMMIT_MESSAGE%"
28
29
if defined CM_MLPERF_INFERENCE_SUBMISSION_DIR call %CM_SET_REMOTE_URL_CMD%
30
31
-git push
+echo "%CM_GIT_PUSH_CMD%"
32
+%CM_GIT_PUSH_CMD%
33
34
REM Check if the previous command was successful
35
if %errorlevel% neq 0 exit /b %errorlevel%
0 commit comments