We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f741e9 commit e01d327Copy full SHA for e01d327
dev/devicelab/lib/framework/runner.dart
@@ -42,7 +42,7 @@ Future<void> runTasks(
42
print(const JsonEncoder.withIndent(' ').convert(result));
43
section('Finished task "$taskName"');
44
45
- if (resultsPath != null && gitBranch != null) {
+ if (resultsPath != null) {
46
final Cocoon cocoon = Cocoon();
47
await cocoon.writeTaskResultToFile(
48
builderName: luciBuilder,
0 commit comments