Skip to content

Commit

Permalink
Support GH_PAT for windows in push-mlperf-inference-results-to-github
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Jan 4, 2025
1 parent 753b094 commit 37da7db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/push-mlperf-inference-results-to-github/run.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ REM Check if the previous command was successful
if %errorlevel% neq 0 exit /b %errorlevel%

git commit -a -m "%CM_MLPERF_RESULTS_REPO_COMMIT_MESSAGE%"

if defined CM_MLPERF_INFERENCE_SUBMISSION_DIR call %CM_SET_REMOTE_URL_CMD%

git push

REM Check if the previous command was successful
Expand Down

0 comments on commit 37da7db

Please sign in to comment.