From 5fda42e20cdbe2ccbe2badffd86e067adb9baa0e Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Mon, 20 Mar 2023 16:59:44 +0100 Subject: [PATCH] packit: metadata key can be removed It's been deprecated for some time. Its keys can be used directly. --- .packit.yaml | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 9d1bcd0a8..161bcaa08 100644 --- a/.packit.yaml +++ b/.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