removed 'pushing' from the post commit hook
only signing remains
This commit is contained in:
parent
84339a0f87
commit
ca88570066
1 changed files with 0 additions and 2 deletions
|
|
@ -10,5 +10,3 @@
|
||||||
user_email="$(git config user.email)"
|
user_email="$(git config user.email)"
|
||||||
|
|
||||||
git tag -s -f -m "signature generated by $user_email" "$user_email/$(git-symbolic-ref HEAD | cut -d/ -f 3-)_signature"
|
git tag -s -f -m "signature generated by $user_email" "$user_email/$(git-symbolic-ref HEAD | cut -d/ -f 3-)_signature"
|
||||||
git push --all public
|
|
||||||
git push public "refs/tags/$user_email/*"
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue