Skip to content

Commit

Permalink
Disable installation via install excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
thrix committed Dec 5, 2024
1 parent 14a1d8e commit 01ad1be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
targets:
centos-stream-9-x86_64:
distros: ["centos-stream-9", "CentOS-Stream-9-image-mode"]
tf_extra_params:
environments:
- artifacts:
- install: false

- job: copr_build
trigger: release
Expand Down
6 changes: 6 additions & 0 deletions plans/all.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ adjust:
script: |
rm --force --verbose /etc/yum.repos.d/fedora.repo
when: distro == centos-10
# Disable artifact installation in case of bootc
- how: install
exclude:
- .*
# TODO: enable later
# when: bootc is defined

# Let's handle them upstream only, don't break Fedora/RHEL reverse dependency gating
environment:
Expand Down

0 comments on commit 01ad1be

Please sign in to comment.