[OpenAPI] Stop deploying OpenAPI document from 8.16 branch (#204118)

This commit is contained in:
Lisa Cawley 2024-12-16 18:18:11 -08:00 committed by GitHub
parent 8e433df4c8
commit 21033e15dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."