Skip to content
Snippets Groups Projects
Commit 5624d8b8 authored by Armand Bahi's avatar Armand Bahi
Browse files

Pull and push hooks

parent dbffe34c
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
#
#
echo "****** Pre-push Hook ******"
echo "****** Post-merge Hook ******"
echo "$(pwd)"
if [ -d "$(pwd)/utils" ]; then
......
......@@ -8,7 +8,7 @@
#
#
echo "****** Post-merge Hook ******"
echo "****** Pre-push Hook ******"
echo "$(pwd)"
if [ -d "$(pwd)/utils" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment