mts: fix mts-rules.yml download url
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
parent
e94715317a
commit
dd14d05de6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class BaseConfiguration:
|
|||
|
||||
# Disable dry_run when enable MTS
|
||||
dry_run = True
|
||||
rules_file_url = ('https://infrastructure.fedoraproject.org/cgit/ansible.git/tree/'
|
||||
rules_file_url = ('https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/'
|
||||
'roles/openshift-apps/message-tagging-service/files/mts-rules.yml')
|
||||
mbs_api_url = 'https://mbs.fedoraproject.org/module-build-service/1/'
|
||||
koji_profile = 'koji'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue