Skip to content

Commit

Permalink
[HTTP/OAS] Auto bundle staging OpenAPI specs (elastic#193402)
Browse files Browse the repository at this point in the history
**Relates to:** elastic#189262

## Summary

This PR adds scripts to automatically bundle staging Kibana OpenAPI specs in CI. It's done in a similar way as in elastic#189262.

(cherry picked from commit a378064)
  • Loading branch information
maximpn committed Sep 22, 2024
1 parent 1acb27e commit dd4cf5a
Show file tree
Hide file tree
Showing 5 changed files with 77,416 additions and 273 deletions.
3 changes: 3 additions & 0 deletions .buildkite/scripts/steps/openapi_bundling/final_merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ source .buildkite/scripts/common/util.sh
echo --- Merge Kibana OpenAPI specs

(cd oas_docs && make api-docs && make api-docs-lint)
(cd oas_docs && make api-docs-staging && make api-docs-lint)

check_for_changed_files "make api-docs && make api-docs-staging" true
Loading

0 comments on commit dd4cf5a

Please sign in to comment.