Skip to content

Commit 2fd058d

Browse files
authored
Update test-mlperf-inference-resnet50.yml
1 parent ccff77c commit 2fd058d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test-mlperf-inference-resnet50.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,4 @@ jobs:
7676
git config --global credential.https://github.com.helper "!gh auth git-credential"
7777
git config --global credential.https://gist.github.com.helper ""
7878
git config --global credential.https://gist.github.com.helper "!gh auth git-credential"
79-
git clone -b auto-update https://github.com/mlcommons/mlperf_inference_test_submissions_v5.0 tmp
80-
cd tmp
81-
echo "hello" >> README.md
82-
git commit -a -m "Test commit"
83-
git push
84-
mlcr --tags=push,github,mlperf,inference,submission --env.MLC_GITHUB_TOKEN=$PAT --env.MLC_GIT_AUTH=yes --repo_url=https://github.com/mlcommons/mlperf_inference_test_submissions_v5.0 --repo_branch=auto-update --commit_message="Results from R50 GH action on ${{ matrix.os }}" --quiet
79+
mlcr --tags=push,github,mlperf,inference,submission --repo_url=https://github.com/mlcommons/mlperf_inference_test_submissions_v5.0 --repo_branch=auto-update --commit_message="Results from R50 GH action on ${{ matrix.os }}" --quiet

0 commit comments

Comments
 (0)