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
Next Next commit
cleanup
  • Loading branch information
Chris Yang committed Apr 21, 2021
commit 8c5ca69d39eccddabbdf26a677f8e6e41ffcac5b
1 change: 0 additions & 1 deletion script/tool/lib/src/common.dart
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ class GitVersionFinder {
return null;
}
final String fileContent = gitShow.stdout as String;
print('xx $fileContent');
final String versionString = loadYaml(fileContent)['version'] as String;
return versionString == null ? null : Version.parse(versionString);
}
Expand Down