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 060d698 commit 7569c69Copy full SHA for 7569c69
.packit.yml
@@ -25,7 +25,8 @@ actions:
25
- bash -c "ls -1t ./smart_proxy_remote_execution_ssh-*.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:
@@ -34,6 +35,12 @@ jobs:
34
35
- https://yum.theforeman.org/plugins/nightly/el9/x86_64/
36
module_hotfixes: true
37
38
+ - <<: *copr
39
+ trigger: commit
40
+ branch: master
41
+ owner: '@theforeman'
42
+ project: develop
43
+
44
srpm_build_deps:
45
- wget
46
- rubygems
0 commit comments