make sure to quote jinja2 vars
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
037d4931b4
commit
654807e17d
1 changed files with 2 additions and 2 deletions
|
@ -76,11 +76,11 @@ osbs_worker_clusters:
|
|||
- "{{candidate_registry}}"
|
||||
|
||||
osbs_koji_hub: "https://{{koji_url}}/kojihub
|
||||
osbs_koji_root: https://{{koji_url}}/koji
|
||||
osbs_koji_root: "https://{{koji_url}}/koji"
|
||||
|
||||
osbs_pulp_registry_name: brew-prod
|
||||
|
||||
osbs_registry_uri: https://{{candidate_registry}}/v2
|
||||
osbs_registry_uri: "https://{{candidate_registry}}/v2"
|
||||
|
||||
osbs_source_registry_uri: http://brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue