Skip to content

Commit

Permalink
Add v8.16 buildkite clause
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Nov 22, 2024
1 parent 87978c4 commit d90c609
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,11 @@ 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."

0 comments on commit d90c609

Please sign in to comment.