Skip to content

Commit 320ab05

Browse files
authored
Support GH_PAT for windows in push-mlperf-inference-results-to-github (#110)
1 parent 2354c3f commit 320ab05

File tree

1 file changed

+3
-0
lines changed
  • script/push-mlperf-inference-results-to-github

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ REM Check if the previous command was successful
2525
if %errorlevel% neq 0 exit /b %errorlevel%
2626

2727
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+
2831
git push
2932

3033
REM Check if the previous command was successful

0 commit comments

Comments
 (0)