Skip to content

Commit

Permalink
ci(fedora): fix rsync filter rule (scikit-build#1003)
Browse files Browse the repository at this point in the history
Fix rsync filter rule

Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT authored Jun 21, 2023
1 parent 4d9a7be commit 69d28a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ files_to_sync:
- src: .distro/plans/
dest: plans/
filters:
- "- .distro/plans/main.fmf.dist-git"
- "- .distro/plans/rpmlint.fmf"
- "- main.fmf.dist-git"
- "- rpmlint.fmf"
- src: .distro/plans/main.fmf.dist-git
dest: plans/main.fmf
upstream_package_name: scikit-build
Expand Down

0 comments on commit 69d28a9

Please sign in to comment.