Skip to content

Commit c8c9912

Browse files
committed
Break long string
1 parent 30a3a3e commit c8c9912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/scripts/generate-pr-performance-benchmark.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ merge_base=$(git merge-base "${GITHUB_PR_TARGET_BRANCH}" HEAD)
2020
# PR comment
2121
buildkite-agent meta-data set pr_comment:early_comment_job_id "$BUILDKITE_JOB_ID"
2222
buildkite-agent meta-data set pr_comment:custom-body:body \
23-
"This build attempts two ${GITHUB_PR_COMMENT_VAR_BENCHMARK} benchmarks to evaluate performance impact of this PR." \
24-
"To estimate benchmark completion time inspect previous nightly runs [here](https://buildkite.com/elastic/elasticsearch-performance-esbench-nightly/builds?branch=master)."
23+
"This build attempts two ${GITHUB_PR_COMMENT_VAR_BENCHMARK} benchmarks to evaluate performance impact of this PR. \
24+
To estimate benchmark completion time inspect previous nightly runs [here](https://buildkite.com/elastic/elasticsearch-performance-esbench-nightly/builds?branch=master)."
2525
buildkite-agent meta-data set pr_comment:custom-baseline:head \
2626
"* Baseline: ${merge_base} (env ID ${env_id_baseline})"
2727
buildkite-agent meta-data set pr_comment:custom-contender:head \

0 commit comments

Comments
 (0)