Improving Git hooks
This commit is contained in:
+6
-1
@@ -4,8 +4,13 @@ GREEN='\033[0;32m'
|
||||
NO_COLOR='\033[0m'
|
||||
|
||||
echo "*********************************************************"
|
||||
echo "Running git pre-push hook. Running test... "
|
||||
echo "Running git pre-push hook."
|
||||
echo "*********************************************************"
|
||||
echo ""
|
||||
echo "Java Version: "
|
||||
echo "$JAVA_HOME"
|
||||
echo "$(java -version)"
|
||||
echo "Running test... "
|
||||
|
||||
./gradlew test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user