Skip to content

Commit 935b999

Browse files
committed
TEST: Merging from hooksFeature
2 parents 7402b13 + 65441c6 commit 935b999

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.githooks/pre-push

+2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ CWD=`pwd`
1212
# Move to the project directory which you want to compile
1313

1414
echo '-------------------- MAVEN TEST-COMPILE STARTED -----------------------------'
15+
printf "\n\n"
1516

1617
mvn test-compile
1718
if [ $? -ne 0 ]; then
1819
cd $CWD
1920
echo 'Git Push [ABORTED] >-----------> because of existing issues, Please check logs!'
2021
exit 1
2122
else
23+
printf "\n\n"
2224
echo 'Compilation Status: No issues found >--------------------------> [SUCCESSFUL]'
2325
echo 'Git Push >-----------------------------------------------------> [SUCCESSFUL]'
2426
fi

0 commit comments

Comments
 (0)