Skip to content

Commit

Permalink
[bk/flaky] fix env var for reusing artifacts (#127503) (#127512)
Browse files Browse the repository at this point in the history
(cherry picked from commit 62f8e58)

Co-authored-by: Spencer <spencer@elastic.co>
  • Loading branch information
kibanamachine and Spencer authored Mar 11, 2022
1 parent 485e968 commit cf434bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/flaky_tests/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ steps.push({
label: 'Build Kibana Distribution and Plugins',
agents: { queue: 'c2-8' },
key: 'build',
if: "build.env('BUILD_ID_FOR_ARTIFACTS') == null || build.env('BUILD_ID_FOR_ARTIFACTS') == ''",
if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''",
});

for (const testSuite of testSuites) {
Expand Down

0 comments on commit cf434bd

Please sign in to comment.