]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - continuous/steps/11-patch
Work around a compilation error
[can-benchmark.git] / continuous / steps / 11-patch
index de5d6630285f1b07a2eb926eb0ed312521a79a6c..6a9fddb2c105e803ac74d361e7ba2b0672330b2d 100755 (executable)
@@ -3,4 +3,9 @@
 set -e
 
 cd linux
-git am < ../shark-ryu-board-patch.patch
+
+git reset --hard
+
+echo "! Repo $(git config remote.origin.url) $(git describe) $(git rev-parse HEAD) ok"
+
+git apply --index < ../shark-ryu-board-patch.patch