correction traitement erreur build
This commit is contained in:
parent
2a7248e78c
commit
57293bd7bc
@ -38,9 +38,9 @@ def gitlab_build(payload, gl):
|
||||
except CalledProcessError:
|
||||
commit.statuses.create({'state': 'failed', 'name': 'Python CI'})
|
||||
print("erreur build")
|
||||
|
||||
commit.statuses.create({'state': 'success', 'name': 'Python CI'})
|
||||
print("build terminé")
|
||||
else:
|
||||
commit.statuses.create({'state': 'success', 'name': 'Python CI'})
|
||||
print("build terminé")
|
||||
|
||||
|
||||
@view_defaults(
|
||||
|
Loading…
Reference in New Issue
Block a user