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:
parent
d081f58518
commit
8903ac9c3f
1 changed files with 9 additions and 9 deletions
|
@ -18,15 +18,15 @@
|
||||||
shell: dnf -y upgrade
|
shell: dnf -y upgrade
|
||||||
when: prepare_base_image is defined
|
when: prepare_base_image is defined
|
||||||
|
|
||||||
- name: enable copr repo in staging
|
#- name: enable copr repo in staging
|
||||||
community.general.copr:
|
# community.general.copr:
|
||||||
state: enabled
|
# state: enabled
|
||||||
name: "{{ item }}"
|
# name: "{{ item }}"
|
||||||
with_items:
|
# with_items:
|
||||||
- "@copr/copr"
|
# - "@copr/copr"
|
||||||
when:
|
# when:
|
||||||
- devel
|
# - devel
|
||||||
- prepare_base_image is not defined
|
# - prepare_base_image is not defined
|
||||||
|
|
||||||
- name: clean dnf cache
|
- name: clean dnf cache
|
||||||
shell: dnf clean all
|
shell: dnf clean all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue