Skip to content

Commit 2707592

Browse files
committed
fix: drop unsupported brew test-bot flag
1 parent 6da575d commit 2707592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bottle-and-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ echo "==> Running brew test-bot on merged state"
3434
brew test-bot --only-cleanup-before
3535
brew test-bot --only-setup
3636
brew test-bot --only-tap-syntax
37-
HOMEBREW_GITHUB_API_TOKEN="${GH_TOKEN}" brew test-bot --only-formulae --fetch-logs
37+
HOMEBREW_GITHUB_API_TOKEN="${GH_TOKEN}" brew test-bot --only-formulae
3838

3939
echo "==> Uploading bottles"
4040
shopt -s nullglob

0 commit comments

Comments
 (0)