packit: Enable Koji build integration
Also drop the create_pr option, which was dropped by Packit.
This commit is contained in:
parent
c384639aed
commit
5337374b50
1 changed files with 5 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ srpm_build_deps: []
|
|||
actions:
|
||||
get-current-version: bash -c "git describe --tags --abbrev=0 | sed 's|v||'"
|
||||
|
||||
create_pr: false
|
||||
jobs:
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
|
|
@ -55,3 +54,8 @@ jobs:
|
|||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue