languages: remove staging specific dnf conf

This commit is contained in:
Francois Andrieu 2023-08-28 23:56:48 +02:00
parent 78674fe6c9
commit 18b1646f24
No known key found for this signature in database

View file

@ -35,7 +35,7 @@ initContainers:
- name: RELEASEVER
value: "{{ release }}"
- name: DNF_CONF
value: "dnf{{ '_stg' if env == 'staging' else '' }}_$(RELEASEVER).conf"
value: "dnf_$(RELEASEVER).conf"
- name: TMPDIR
value: /src/results/f$(RELEASEVER)/tmp
- name: THREAD_MAX_CONN