mts: enable dry_run in prod
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
parent
421f758968
commit
2ee277f6c2
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ class BaseConfiguration:
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
dry_run = False
|
# 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/tree/'
|
||||||
'roles/openshift-apps/message-tagging-service/files/mts-rules.yml')
|
'roles/openshift-apps/message-tagging-service/files/mts-rules.yml')
|
||||||
mbs_api_url = 'https://mbs.fedoraproject.org/module-build-service/1/'
|
mbs_api_url = 'https://mbs.fedoraproject.org/module-build-service/1/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue