Clean GitLabCIConfig output
This commit is contained in:
parent
3c4f5f6d7e
commit
c84353c126
@ -10,3 +10,6 @@ class GitLabCIConfig(Script):
|
|||||||
if write:
|
if write:
|
||||||
with open('.gitlab-ci.yml', 'w+') as f:
|
with open('.gitlab-ci.yml', 'w+') as f:
|
||||||
f.write(output)
|
f.write(output)
|
||||||
|
|
||||||
|
def colorized(self):
|
||||||
|
return type(self).__name__
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user