From 48e1ab99d5075edbd722305e054fbe48d0600a90 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sat, 25 May 2024 21:11:45 -0400 Subject: [PATCH] no pipefail for now --- hooks/post-receive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post-receive b/hooks/post-receive index 5e88f0f..e061a17 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -1,5 +1,5 @@ #!/bin/bash -set -e -u -o pipefail +set -e -u while read oldrev newrev ref do