Skip to content

Commit 76477a9

Browse files
authored
[ci] Fix Buildkite agent path (#5392)
Signed-off-by: kevin <kevin@anyscale.com>
1 parent 77c87be commit 76477a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/run-benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tail -n 24 benchmark_serving.txt >> benchmark_results.md # last 24 lines
5454
echo '```' >> benchmark_results.md
5555

5656
# if the agent binary is not found, skip uploading the results, exit 0
57-
if [ ! -f buildkite-agent ]; then
57+
if [ ! -f /usr/bin/buildkite-agent ]; then
5858
exit 0
5959
fi
6060

0 commit comments

Comments
 (0)