From 9e25f176ebde66cf7b97be1eaedf7ba7d1697dca Mon Sep 17 00:00:00 2001 From: koalasat Date: Fri, 25 Oct 2024 09:43:33 +0200 Subject: [PATCH] disable pre-push --- git-hooks/pre-push | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/git-hooks/pre-push b/git-hooks/pre-push index d2e8be8..273af68 100644 --- a/git-hooks/pre-push +++ b/git-hooks/pre-push @@ -1,7 +1,7 @@ #!/bin/bash -# GREEN='\033[0;32m' -# NO_COLOR='\033[0m' +GREEN='\033[0;32m' +NO_COLOR='\033[0m' # echo "*********************************************************" # echo "Running git pre-push hook. Running test... " @@ -21,3 +21,5 @@ # echo "*********************************************************" # exit 1 # fi + +exit 0