Fix setting the url for the flag on PR
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
c258d1c603
commit
3ea858255a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def main(msg):
|
||||||
'username': 'All packages PR',
|
'username': 'All packages PR',
|
||||||
'status': done_states[state],
|
'status': done_states[state],
|
||||||
'comment': 'Package tests: %s' % (done_states[state]),
|
'comment': 'Package tests: %s' % (done_states[state]),
|
||||||
'url': _koji_link(msg),
|
'url': msg['build_url'],
|
||||||
}
|
}
|
||||||
|
|
||||||
pagure_url = 'https://src.fedoraproject.org'
|
pagure_url = 'https://src.fedoraproject.org'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue