Change hook to include remote else we loose it in git log
This commit is contained in:
parent
1397a85250
commit
95e423da58
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
remote="$1"
|
||||||
|
url="$2"
|
||||||
|
|
||||||
|
if [ "$remote" = 'gitlab' ] || [ "$url" = 'git@gitlab.com:flyingscorpio/SetupCockpit.git' ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
echo "Pushing to Gitlab..."
|
echo "Pushing to Gitlab..."
|
||||||
git push git@gitlab.com:flyingscorpio/SetupCockpit.git master
|
git push gitlab master
|
||||||
|
exit 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue