Skip to content

[flutter_conductor] fix conductor codesign --upstream flag#101782

Merged
fluttergithubbot merged 1 commit intoflutter:masterfrom
chris-forks:conductor-codesign-upstream-fix
Apr 13, 2022
Merged

[flutter_conductor] fix conductor codesign --upstream flag#101782
fluttergithubbot merged 1 commit intoflutter:masterfrom
chris-forks:conductor-codesign-upstream-fix

Conversation

@christopherfujino
Copy link
Contributor

Fixes #101781

@flutter-dashboard flutter-dashboard bot added the c: contributor-productivity Team-specific productivity, code health, technical debt. label Apr 12, 2022
FrameworkRepository get framework {
return _framework ??= FrameworkRepository(
checkouts,
upstreamRemote: Remote(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because this argument was not being passed, it was always defaulting to cloning from https://github.com/flutter/flutter. This is a problem if a PR hasn't merged yet, because it means the commit we want to test doesn't exist on flutter/flutter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: contributor-productivity Team-specific productivity, code health, technical debt.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[flutter_conductor] conductor codesign --upstream flag does not do anything

3 participants