Skip to content

Commit 19771cf

Browse files
evgeniofedoren
authored andcommitted
Add Packit commit trigger job
1 parent 57dfb17 commit 19771cf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.packit.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ actions:
2525
- bash -c "ls -1t ./hammer_cli_foreman_tasks-*.gem | head -n 1"
2626

2727
jobs:
28-
- job: copr_build
28+
- &copr
29+
job: copr_build
2930
trigger: pull_request
3031
targets:
3132
rhel-9:
@@ -35,6 +36,12 @@ jobs:
3536
- https://yum.theforeman.org/plugins/nightly/el9/x86_64/
3637
module_hotfixes: true
3738

39+
- <<: *copr
40+
trigger: commit
41+
branch: master
42+
owner: '@theforeman'
43+
project: develop
44+
3845
srpm_build_deps:
3946
- wget
4047
- rubygems

0 commit comments

Comments
 (0)