mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ci/checks] Remove bootstrap from security_solution_codegen.sh (#169943)
This was originally running with its own step but was recently moved to `Checks`. The checks step already runs bootstrap. Fixes https://buildkite.com/elastic/kibana-on-merge/builds/37406#018b6c1f-13a8-4ec7-9300-3c6ef0deb0fc/8195
This commit is contained in:
parent
fe01c8cab6
commit
2677561625
1 changed files with 0 additions and 2 deletions
|
@ -4,8 +4,6 @@ set -euo pipefail
|
|||
|
||||
source .buildkite/scripts/common/util.sh
|
||||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
|
||||
echo --- Security Solution OpenAPI Code Generation
|
||||
|
||||
(cd x-pack/plugins/security_solution && yarn openapi:generate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue