diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-04-23 09:38:16 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-04-23 09:47:10 +0800 |
commit | ec59d90e5bdaa200db03003760f42b2037c1c498 (patch) | |
tree | 006ea46b67d0f148062645015e2ebdf97f8d4926 /hooks/post-receive | |
parent | b4915aaa45b31406e989081914fd16d6aa399d3c (diff) |
2025.04 7.1.13.53573 change log
and for convenience of providing links to builds, especially for the group notice.
Subject to be renamed.
Diffstat (limited to 'hooks/post-receive')
-rwxr-xr-x | hooks/post-receive | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 11b2a37..0849717 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -10,4 +10,5 @@ cd $HOME/$product \ && git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ 7.1.13.53452.html \ + 7.1.13.53573.html \ && git --git-dir=$repo push -f |