Skip to content

Commit 7569c69

Browse files
evgeniadamruzicka
authored andcommitted
Add Packit commit trigger job
1 parent 060d698 commit 7569c69

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 ./smart_proxy_remote_execution_ssh-*.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:
@@ -34,6 +35,12 @@ jobs:
3435
- https://yum.theforeman.org/plugins/nightly/el9/x86_64/
3536
module_hotfixes: true
3637

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

0 commit comments

Comments
 (0)