Skip to content

Commit fc73da4

Browse files
committed
Handle no commit file
1 parent 674e58a commit fc73da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm-benchmarks/cron.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ run_benchmarks() {
4545
export HEAD_SHA=$(git rev-parse --verify HEAD)
4646
popd
4747

48-
rm commit
48+
rm commit || true
4949
# Get the last green commit from S3
5050
S3_PATH="last-green-commits/vllm-project/vllm/${HEAD_BRANCH}/commit"
5151
aws s3 cp "s3://ossci-benchmarks/${S3_PATH}" .

0 commit comments

Comments
 (0)