Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Library/Homebrew/test_bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run!(args)
end

if tap
tap_github = " (#{ENV["GITHUB_REPOSITORY"]}" if tap.full_name != ENV["GITHUB_REPOSITORY"]
tap_github = " (#{ENV["GITHUB_REPOSITORY"]})" if tap.full_name != ENV["GITHUB_REPOSITORY"]
tap_revision = Utils.safe_popen_read(
GIT, "-C", tap.path.to_s,
"log", "-1", "--format=%h (%s)"
Expand Down
1 change: 1 addition & 0 deletions Library/Homebrew/test_bot/test_cleanup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def cleanup_shared

checkout_branch_if_needed(git_repo)
reset_if_needed(git_repo)
clean_if_needed(git_repo)
prune_if_needed(git_repo)
end

Expand Down
Loading