mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-07 20:58:27 +08:00
Allow custom SCMs in OpenShift
The template is intended to be used for testing, so it makes sense to allow submitting builds from custom SCM URLs. Signed-off-by: Hunor Csomortáni <csomh@redhat.com>
This commit is contained in:
@@ -122,6 +122,7 @@ objects:
|
||||
PDC_INSECURE = True
|
||||
PDC_DEVELOP = True
|
||||
SCMURLS = []
|
||||
ALLOW_CUSTOM_SCMURLS = True
|
||||
|
||||
RESOLVER = 'db'
|
||||
|
||||
@@ -535,6 +536,7 @@ objects:
|
||||
PDC_INSECURE = True
|
||||
PDC_DEVELOP = True
|
||||
SCMURLS = []
|
||||
ALLOW_CUSTOM_SCMURLS = True
|
||||
|
||||
RESOLVER = 'db'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user