We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c87be commit 76477a9Copy full SHA for 76477a9
.buildkite/run-benchmarks.sh
@@ -54,7 +54,7 @@ tail -n 24 benchmark_serving.txt >> benchmark_results.md # last 24 lines
54
echo '```' >> benchmark_results.md
55
56
# if the agent binary is not found, skip uploading the results, exit 0
57
-if [ ! -f buildkite-agent ]; then
+if [ ! -f /usr/bin/buildkite-agent ]; then
58
exit 0
59
fi
60
0 commit comments