We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57dfb17 commit 19771cfCopy full SHA for 19771cf
.packit.yml
@@ -25,7 +25,8 @@ actions:
25
- bash -c "ls -1t ./hammer_cli_foreman_tasks-*.gem | head -n 1"
26
27
jobs:
28
- - job: copr_build
+ - &copr
29
+ job: copr_build
30
trigger: pull_request
31
targets:
32
rhel-9:
@@ -35,6 +36,12 @@ jobs:
35
36
- https://yum.theforeman.org/plugins/nightly/el9/x86_64/
37
module_hotfixes: true
38
39
+ - <<: *copr
40
+ trigger: commit
41
+ branch: master
42
+ owner: '@theforeman'
43
+ project: develop
44
+
45
srpm_build_deps:
46
- wget
47
- rubygems
0 commit comments