From 86e56e5d0d3843f0c5c3b33a6f3b9852df609cd9 Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Mon, 6 Jan 2025 18:51:00 +0100 Subject: [PATCH] debug --- scripts/buildkite/release/push-to-bump.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/scripts/buildkite/release/push-to-bump.sh b/scripts/buildkite/release/push-to-bump.sh index c18f31b2959..81d327d775f 100755 --- a/scripts/buildkite/release/push-to-bump.sh +++ b/scripts/buildkite/release/push-to-bump.sh @@ -32,11 +32,4 @@ fi bump diff \ --doc "$REPO" \ --token "$TOKEN" \ - specifications/api/swagger.yaml | tee artifacts/api-diffs.md; - -if [[ "${RELEASE_CANDIDATE_COMMIT}" != "" ]]; then - bump deploy \ - --doc "$REPO" \ - --token "$TOKEN" \ - specifications/api/swagger.yaml -fi + specifications/api/swagger.yaml;