Clean GitLabCIConfig output
This commit is contained in:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user