test
This commit is contained in:
parent
03e5cbb006
commit
90f3bff895
1 changed files with 3 additions and 1 deletions
|
|
@ -71,7 +71,9 @@ class Application {
|
|||
}
|
||||
_jenkinsData = DataJenkins.fromJson(jenkinsMap!);
|
||||
|
||||
buildMap = getMapFromYaml(await getBuildData());
|
||||
var content = await getBuildData();
|
||||
print(CLI.style(content, color: Color.green));
|
||||
buildMap = getMapFromYaml(content);
|
||||
break;
|
||||
|
||||
case BuildType.file:
|
||||
|
|
|
|||
Loading…
Reference in a new issue