From 94787176c31362bb000c93f05d1b4180fa18aae3 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 10 Apr 2014 16:13:17 +0200 Subject: [PATCH] continuous: Do not commit shark patch - it breaks bisect --- continuous/steps/11-patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/continuous/steps/11-patch b/continuous/steps/11-patch index e3d20be..6a9fddb 100755 --- a/continuous/steps/11-patch +++ b/continuous/steps/11-patch @@ -4,6 +4,8 @@ set -e cd linux +git reset --hard + echo "! Repo $(git config remote.origin.url) $(git describe) $(git rev-parse HEAD) ok" -git am < ../shark-ryu-board-patch.patch +git apply --index < ../shark-ryu-board-patch.patch -- 2.39.2