koji-sync: fix name of vars, they should not be capatilized
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8a545a7e75
commit
2ad6517991
1 changed files with 4 additions and 4 deletions
|
@ -35,17 +35,17 @@
|
|||
- db-sync
|
||||
vars:
|
||||
- builder_groups:
|
||||
- name: Buildvm_stg
|
||||
- name: buildvm_stg
|
||||
arches: i386 x86_64
|
||||
extra_channels:
|
||||
- container
|
||||
- createrepo
|
||||
- livemedia
|
||||
- name: Buildvm_aarch64_stg
|
||||
- name: buildvm_aarch64_stg
|
||||
arches: aarch64
|
||||
- name: Buildvm_ppc64le_stg
|
||||
- name: buildvm_ppc64le_stg
|
||||
arches: ppc64le
|
||||
- name: Buildvm_s390x_stg
|
||||
- name: buildvm_s390x_stg
|
||||
arches: s390x
|
||||
# Users allowed to use content generators, only in staging
|
||||
- cg_users:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue