PR#2467: builder: typo
Merges #2467 https://pagure.io/koji/pull-request/2467 Fixes: #2466 https://pagure.io/koji/issue/2466 typo in build_from_repo_id code path
This commit is contained in:
commit
bd1c51e4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -1034,7 +1034,7 @@ class BuildTask(BaseTaskHandler):
|
|||
'skip_tag': bool(self.opts.get('skip_tag')),
|
||||
}
|
||||
if target_info:
|
||||
policy_data['target'] = target_info['id'],
|
||||
policy_data['target'] = target_info['name']
|
||||
if not self.opts.get('skip_tag'):
|
||||
policy_data['tag'] = dest_tag # id
|
||||
if not SCM.is_scm_url(src) and not opts.get('scratch'):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue