diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-08-29 06:18:08 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-08-29 06:18:08 +0800 |
commit | 51036af84117a18bf6621acdb09d8a41e32ed66d (patch) | |
tree | d41d070e983c919e69b43f89423527741008f196 /hooks | |
parent | 2e12b4132e31d3554f54c2c7a20bc8848e943d6e (diff) |
Diffstat (limited to 'hooks')
-rwxr-xr-x | hooks/post-receive | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 115c31a..ecea915 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -6,6 +6,5 @@ web=~www/apache24/data git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ - 7.2.0.54176.html \ 7.2.1.54496.html \ && git --git-dir=$repo push -f |