Skip to content

Commit 0bbd488

Browse files
committed
ci: Update .packit.yml to run on c8s
1 parent 3cdbdfc commit 0bbd488

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.packit.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
# Packit config
21
# doc: https://packit.dev/docs/
32
---
43

54
specfile_path: ./initscripts.spec
65

76
jobs:
8-
- job: copr_build
9-
trigger: pull_request
10-
metadata:
11-
targets:
12-
- fedora-development
13-
- centos-stream-x86_64
7+
- job: copr_build
8+
trigger: pull_request
9+
metadata:
10+
targets:
11+
- centos-stream-8-x86_64
12+
13+
- job: copr_build
14+
trigger: release
15+
metadata:
16+
targets:
17+
- centos-stream-8-x86_64

0 commit comments

Comments
 (0)