Skip to content

Commit

Permalink
disable pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Oct 25, 2024
1 parent 79a6e9d commit 9e25f17
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions git-hooks/pre-push
Original file line number Diff line number Diff line change
@@ -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... "
Expand All @@ -21,3 +21,5 @@
# echo "*********************************************************"
# exit 1
# fi

exit 0

0 comments on commit 9e25f17

Please sign in to comment.