mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[bk/flaky] fix env var for reusing artifacts (#127503)
This commit is contained in:
parent
61a84edc62
commit
62f8e58f11
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue