Skip to content

Commit

Permalink
Merge pull request #2210 from jlebon/pr/packit
Browse files Browse the repository at this point in the history
Add Packit integration
  • Loading branch information
openshift-merge-robot authored Oct 7, 2020
2 parents 9f98aa9 + 9c51aa3 commit 84f8de6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# build into f32-coreos-continuous on every commit to master
jobs:
- job: production_build
trigger: commit
metadata:
branch: master
targets: f32-coreos-continuous
specfile_path: ostree.spec
actions:
# https://packit.dev/faq/#how-can-i-download-rpm-spec-file-if-it-is-not-part-of-upstream-repository
post-upstream-clone: "wget https://src.fedoraproject.org/rpms/ostree/raw/master/f/ostree.spec"

0 comments on commit 84f8de6

Please sign in to comment.