Skip to content

Commit

Permalink
fixup! ci: add upstream post-merge test
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Feb 5, 2025
1 parent b9f45ae commit 3c1a642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
# The quilt default setting is --fuzz=2, but debian packaging has
# stricter requirements
sed -i 's/QUILT_PUSH_ARGS=.*$/QUILT_PUSH_ARGS="--fuzz=0"/g' /etc/quilt.quiltrc
sudo sed -i 's/QUILT_PUSH_ARGS=.*$/QUILT_PUSH_ARGS="--fuzz=0"/g' /etc/quilt.quiltrc
- name: Setup - configure git
run: |
Expand Down

0 comments on commit 3c1a642

Please sign in to comment.