Skip to content

Commit

Permalink
Use rpm context for packaging PRs
Browse files Browse the repository at this point in the history
This uses the context rpm again instead of rpm-copr. Now that koji is
gone, there's no more need for this distinction.
  • Loading branch information
ekohl authored and ehelms committed Dec 2, 2024
1 parent d560e37 commit d70ffcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
url: https://github.com/theforeman/foreman-packaging
triggers:
- github_pr_rpm:
context: 'rpm-copr'
context: 'rpm'
dsl:
!include-raw-verbatim:
- pipelines/test/rpm_copr_packaging.groovy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
url: https://github.com/theforeman/pulpcore-packaging
triggers:
- github_pr_rpm:
context: 'rpm-copr'
context: 'rpm'
dsl:
!include-raw-verbatim:
- pipelines/test/rpm_copr_packaging.groovy
Expand Down

0 comments on commit d70ffcc

Please sign in to comment.