The playbook cannot return 1 as otherwise it kills loopabull entirely
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
7672be42f3
commit
e42c8ddf0a
1 changed files with 1 additions and 1 deletions
|
@ -167,8 +167,8 @@ def main(msg):
|
|||
)
|
||||
print('Request to %s returned: %s' % (pagure_url, req.status_code))
|
||||
if not req.ok:
|
||||
print(" -- FAILED -- ")
|
||||
print(req.text)
|
||||
return 1
|
||||
else:
|
||||
print('All clear')
|
||||
print('User-URL: %s' % pagure_url + '/' + '/'.join([
|
||||
|
|
Reference in a new issue