remove post-receive hook on copy

This commit is contained in:
Joris Vink 2023-01-05 22:57:14 +01:00
parent a421e7a9cd
commit e8da0574c3
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ function update_stagit {
stagit $2
cp log.html index.html
cp -R $2 ${STAGING}/${1}.git
rm ${STAGING}/${1}.git/hooks/post-receive
chmod -R +rx ${STAGING}/${1}.git
popd