Skip to content

Commit 1e388d4

Browse files
committed
fixup!: remove step to clean up homebrew repo
1 parent f9a33c2 commit 1e388d4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ci/steps/brew-bump.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,6 @@ main() {
8989
# https://github.com/Homebrew/brew/blob/master/Library/Homebrew/dev-cmd/bump-formula-pr.rb#L18
9090
# local output
9191
brew bump-formula-pr --version="${VERSION}" code-server --no-browse --no-audit
92-
93-
# Clean up and remove homebrew-core
94-
popd
95-
rm -rf "$REPO"
96-
97-
# Make sure $REPO is removed
98-
if directory_exists "$REPO"; then
99-
echo "rm -rf $REPO failed."
100-
ls -la
101-
fi
10292
}
10393

10494
main "$@"

0 commit comments

Comments
 (0)