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