copr-builders: don't update kernel-core in AWS images (again)

https://bugzilla.redhat.com/show_bug.cgi?id=2047266
This commit is contained in:
Pavel Raiskup 2022-01-28 12:05:49 +01:00
parent e398df9222
commit a03f1f2ada

View file

@ -32,6 +32,11 @@
dnf:
state: latest
name: "*"
exclude:
# https://bugzilla.redhat.com/show_bug.cgi?id=2047266
# This is important for the AWS images only. Other images (like libvirt,
# IBM Cloud, etc.) are already updated.
- kernel-core
when: prepare_base_image is defined
register: system_updated