diff options
author | Jan Macku <jamacku@redhat.com> | 2022-06-22 15:12:29 +0200 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2022-06-22 15:16:18 +0200 |
commit | dbdb0a0057c7f5d00b0df74c8b38e321fd1ea1b1 (patch) | |
tree | c7b1c9daa2caaef48af75042a5979c8e8cc61ae6 | |
parent | 958d2cae5af179b8b51e437dfa915d7350b1840f (diff) | |
download | initscripts-dbdb0a0057c7f5d00b0df74c8b38e321fd1ea1b1.tar initscripts-dbdb0a0057c7f5d00b0df74c8b38e321fd1ea1b1.tar.gz initscripts-dbdb0a0057c7f5d00b0df74c8b38e321fd1ea1b1.tar.bz2 initscripts-dbdb0a0057c7f5d00b0df74c8b38e321fd1ea1b1.tar.xz initscripts-dbdb0a0057c7f5d00b0df74c8b38e321fd1ea1b1.zip |
ci: Update `packit.yml`
-rw-r--r-- | .packit.yml | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/.packit.yml b/.packit.yml index 89da1b3a..2a297051 100644 --- a/.packit.yml +++ b/.packit.yml @@ -4,18 +4,13 @@ specfile_path: ./initscripts.spec jobs: - - job: copr_build + - &copr + job: copr_build trigger: pull_request - metadata: - targets: - - fedora-rawhide-x86_64 - - centos-stream-8-x86_64 - - centos-stream-9-x86_64 + targets: + - fedora-rawhide-x86_64 + - centos-stream-8-x86_64 + - centos-stream-9-x86_64 - - job: copr_build + - <<: *copr trigger: release - metadata: - targets: - - fedora-rawhide-x86_64 - - centos-stream-8-x86_64 - - centos-stream-9-x86_64 |