copr-builders: drop the builder spawn time optimization condition
The repo file should never change, but yet it changed today :-) Let's put the condition back when we have a new set of images.
This commit is contained in:
parent
01ce7dde3e
commit
1a9287ba81
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
|||
|
||||
- name: put infra repos into yum.repos.d
|
||||
copy: src=files/dnf/infra-tags.repo dest=/etc/yum.repos.d
|
||||
when:
|
||||
- prepare_base_image is defined
|
||||
#when:
|
||||
#- prepare_base_image is defined
|
||||
|
||||
- name: put infra stg repos into yum.repos.d if staging
|
||||
copy: src=files/dnf/infra-tags-stg.repo dest=/etc/yum.repos.d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue