Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Update comment
  • Loading branch information
stuartmorgan-g committed Jan 30, 2023
commit bba5c6a3bff8fcf1184bed7363e44c2edf4d599f
3 changes: 1 addition & 2 deletions script/tool/lib/src/common/package_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,7 @@ abstract class PackageCommand extends Command<void> {
return packages;
}

// Returns true if the environment indicates that the current treeish is from
// [branch].
// Returns true if the current checkout is on an ancestor of [branch].
//
// This is used because CI may check out a specific hash rather than a branch,
// in which case branch-name detection won't work.
Expand Down