copr-builders: keep updates-testing disabled

This commit is contained in:
Pavel Raiskup 2021-10-12 12:54:30 +02:00
parent 95d8f07676
commit a8d5d04cde

View file

@ -17,6 +17,13 @@
- name: update the system
shell: dnf -y upgrade
when: prepare_base_image is defined
register: system_updated
- name: disable updates-testing, could be restored after update
file:
path: /etc/yum.repos.d/fedora-updates-testing.repo
state: absent
when: system_updated.changed
#- name: enable copr repo in staging
# community.general.copr: