Skip to content

Commit

Permalink
Remove release branch checkout hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Dec 14, 2023
1 parent 523426d commit 29a7d19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/commands/finalize-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ echo '--- :git: Configure Git for release management'
.buildkite/commands/configure-git-for-release-management.sh

echo '--- :git: Checkout release branch'
# FIXME: Don't forget to revert to "release/" only
.buildkite/commands/checkout-release-branch.sh "test-release/$RELEASE_NUMBER"
.buildkite/commands/checkout-release-branch.sh "$RELEASE_NUMBER"

echo '--- :ruby: Setup Ruby tools'
install_gems
Expand Down

0 comments on commit 29a7d19

Please sign in to comment.