languages: remove staging specific dnf conf
This commit is contained in:
parent
78674fe6c9
commit
18b1646f24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue