packit: metadata key can be removed
It's been deprecated for some time. Its keys can be used directly.
This commit is contained in:
parent
a56c70d505
commit
5fda42e20c
1 changed files with 9 additions and 13 deletions
22
.packit.yaml
22
.packit.yaml
|
|
@ -25,18 +25,15 @@ jobs:
|
|||
- fedora-branched # rawhide updates are created automatically
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
targets:
|
||||
targets:
|
||||
- centos-stream-8-aarch64
|
||||
- centos-stream-8-x86_64
|
||||
- centos-stream-9-aarch64
|
||||
|
|
@ -54,11 +51,10 @@ jobs:
|
|||
- fedora-all
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
metadata:
|
||||
branch: main
|
||||
owner: "@osbuild" # copr repo namespace
|
||||
project: osbuild-composer # copr repo name so you can consume the builds
|
||||
targets:
|
||||
branch: main
|
||||
owner: "@osbuild" # copr repo namespace
|
||||
project: osbuild-composer # copr repo name so you can consume the builds
|
||||
targets:
|
||||
- centos-stream-8-aarch64
|
||||
- centos-stream-8-x86_64
|
||||
- centos-stream-9-aarch64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue