summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files/post-receive
blob: 2f26f7c718e763e0988901698abee7ff5b7aff31 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
set -eu
set -o pipefail

mkdir -p info/web
git for-each-ref --sort=committerdate --format='%(committerdate)' refs/heads | tail -n1 > info/web/last-modified

git push --mirror github