mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[OpenAPI] Stop deploying OpenAPI document from 8.16 branch (#204118)
This commit is contained in:
parent
8e433df4c8
commit
21033e15dc
1 changed files with 0 additions and 7 deletions
|
@ -53,11 +53,4 @@ if [[ "$BUILDKITE_BRANCH" == "8.x" ]]; then
|
|||
exit 0;
|
||||
fi
|
||||
|
||||
if [[ "$BUILDKITE_BRANCH" == "8.16" ]]; then
|
||||
BUMP_KIBANA_DOC_NAME="$(vault_get kibana-bump-sh kibana-doc-name)"
|
||||
BUMP_KIBANA_DOC_TOKEN="$(vault_get kibana-bump-sh kibana-token)"
|
||||
deploy_to_bump "$(pwd)/oas_docs/output/kibana.yaml" $BUMP_KIBANA_DOC_NAME $BUMP_KIBANA_DOC_TOKEN v8;
|
||||
exit 0;
|
||||
fi
|
||||
|
||||
echo "No branches found to push to; stopping here."
|
Loading…
Add table
Add a link
Reference in a new issue