Skip to content

Commit

Permalink
Merge pull request #1761 from hectorj2f/add_verbose_flag_patch
Browse files Browse the repository at this point in the history
patch: add --verbose flag to patch pipeline
  • Loading branch information
hectorj2f authored Jan 31, 2025
2 parents ba6c6d0 + b14d02c commit 6c1d51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/pipelines/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ pipeline:
fi
grep -v -E '^(#|$)' $series | (while read patchfile; do
patch '-p${{inputs.strip-components}}' < $patchfile
patch '-p${{inputs.strip-components}}' --verbose < $patchfile
done)

0 comments on commit 6c1d51c

Please sign in to comment.