Skip to content

Commit

Permalink
[bk/flaky] fix env var for reusing artifacts (elastic#127503) (elasti…
Browse files Browse the repository at this point in the history
…c#127672)

(cherry picked from commit 62f8e58)

Co-authored-by: Spencer <[email protected]>
  • Loading branch information
kibanamachine and Spencer authored Mar 14, 2022
1 parent 59b292f commit dd5831a
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 dd5831a

Please sign in to comment.