packit: metadata key can be removed

It's been deprecated for some time.
Its keys can be used directly.
This commit is contained in:
Jiri Popelka 2023-03-20 16:59:44 +01:00 committed by Ondřej Budai
parent a56c70d505
commit 5fda42e20c

View file

@ -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