From: Guillaume Pellerin Date: Wed, 14 Nov 2018 16:53:26 +0000 (+0100) Subject: test without hooks X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=bebb4985e2dda16311b8b0ae6cba3bf9122428b8;p=mezzo.git test without hooks --- diff --git a/hooks.tmp/post_checkout b/hooks.tmp/post_checkout new file mode 100644 index 00000000..9cc82b0a --- /dev/null +++ b/hooks.tmp/post_checkout @@ -0,0 +1,3 @@ +#!/bin/bash + +./bin/dev/update.sh \ No newline at end of file diff --git a/hooks/post_checkout b/hooks/post_checkout deleted file mode 100644 index 9cc82b0a..00000000 --- a/hooks/post_checkout +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -./bin/dev/update.sh \ No newline at end of file