fix regindexer template: remove smart quotes and set fedmsg_env instead of env
This commit is contained in:
parent
b6fd1ced65
commit
3c60ee15eb
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ indexes:
|
|||
output: /var/lib/regindexer/index/flatpak-amd64.json
|
||||
registry: https://registry{{ env_suffix }}.fedoraproject.org
|
||||
registry_public: /
|
||||
tags: [‘latest’]
|
||||
tags: ['latest']
|
||||
required_annotations: ['org.flatpak.ref']
|
||||
architectures: ['amd64']
|
||||
extract_icons: True
|
||||
|
@ -27,10 +27,10 @@ indexes:
|
|||
output: /var/lib/regindexer/index/flatpak-testing-amd64.json
|
||||
registry: https://registry{{ env_suffix }}.fedoraproject.org
|
||||
registry_public: /
|
||||
tags: [‘testing’]
|
||||
tags: ['testing']
|
||||
required_annotations: ['org.flatpak.ref']
|
||||
architectures: ['amd64']
|
||||
extract_icons: True
|
||||
daemon:
|
||||
topic_prefix: org.fedoraproject
|
||||
environment: "{{ env }}"
|
||||
environment: "{{ fedmsg_env }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue