Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Jan 6, 2025
1 parent 141237a commit 86e56e5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions scripts/buildkite/release/push-to-bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 86e56e5

Please sign in to comment.