Unverified Commit 86e51013 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Update pod repo to pull the latest Flutter pods in `plugin_lint_mac` (#112237)

parent 92815c9f
......@@ -19,6 +19,12 @@ Future<void> main() async {
section('Lint integration_test');
await inDirectory(tempDir, () async {
// Update pod repo.
await exec(
'pod',
<String>['repo', 'update'],
);
// Relative to this script.
final String flutterRoot = path.dirname(path.dirname(path.dirname(path.dirname(path.dirname(path.fromUri(Platform.script))))));
print('Flutter root at $flutterRoot');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment