Skip to content

Commit af51c74

Browse files
authored
Exit condition provided for commit (#245)
1 parent 4bab9ad commit af51c74

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ fi
1717
test $? -eq 0 || exit $?
1818

1919
git commit -a -m "${MLC_MLPERF_RESULTS_REPO_COMMIT_MESSAGE}"
20+
test $? -eq 0 || exit $?
2021

2122
echo ${MLC_GIT_PUSH_CMD}
2223
${MLC_GIT_PUSH_CMD}

0 commit comments

Comments
 (0)