Clean GitLabCIConfig output

This commit is contained in:
jpic 2020-02-15 19:41:27 +01:00
parent 3c4f5f6d7e
commit c84353c126

View File

@ -10,3 +10,6 @@ class GitLabCIConfig(Script):
if write:
with open('.gitlab-ci.yml', 'w+') as f:
f.write(output)
def colorized(self):
return type(self).__name__