Fix setting the url for the flag on PR

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-08-10 11:09:43 +02:00
parent c258d1c603
commit 3ea858255a

View file

@ -59,7 +59,7 @@ def main(msg):
'username': 'All packages PR',
'status': done_states[state],
'comment': 'Package tests: %s' % (done_states[state]),
'url': _koji_link(msg),
'url': msg['build_url'],
}
pagure_url = 'https://src.fedoraproject.org'