mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
(cherry picked from commit 62f8e58f11
)
Co-authored-by: Spencer <spencer@elastic.co>
This commit is contained in:
parent
485e9689b7
commit
cf434bde39
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue