Skip to content

Commit 5df1386

Browse files
kalyazinroypat
authored andcommitted
chore(hiding_ci): skip non-patch files when applying
This is to allow to keep the licence and readme files in the patches directory. Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
1 parent 8c6ccd0 commit 5df1386

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

resources/hiding_ci/build_and_install_kernel.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ apply_patch_or_series() {
8686
*.patch) apply_patch_file $1 ;;
8787
*.mbox) apply_series_mbox $1 ;;
8888
*.lore) apply_series_link $1 ;;
89-
*)
90-
echo "Uknown patch file: "$1
91-
exit 1
92-
;;
89+
*) echo "Skipping non-patch file" $1 ;;
9390
esac
9491
}
9592

0 commit comments

Comments
 (0)