copr-builders: keep updates-testing disabled
This commit is contained in:
parent
95d8f07676
commit
a8d5d04cde
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue