copr-be: disable @copr/copr on devel builders for now

THe @copr/copr doesn't have ppc64le chroots available, so we can not
even enable them.
This commit is contained in:
Pavel Raiskup 2021-07-12 17:21:14 +02:00
parent d081f58518
commit 8903ac9c3f

View file

@ -18,15 +18,15 @@
shell: dnf -y upgrade
when: prepare_base_image is defined
- name: enable copr repo in staging
community.general.copr:
state: enabled
name: "{{ item }}"
with_items:
- "@copr/copr"
when:
- devel
- prepare_base_image is not defined
#- name: enable copr repo in staging
# community.general.copr:
# state: enabled
# name: "{{ item }}"
# with_items:
# - "@copr/copr"
# when:
# - devel
# - prepare_base_image is not defined
- name: clean dnf cache
shell: dnf clean all