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:
Pavel Raiskup 2022-02-03 14:02:56 +01:00
parent 01ce7dde3e
commit 1a9287ba81

View file

@ -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