summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files/post-receive
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-19 23:15:14 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-19 23:15:14 -0400
commit8317b706d7a0a91c67c46950be07d40168705b6c (patch)
tree0dbba9df21c01deb1ed165fda1dce43dbdd8e2d5 /modules/tozt/files/post-receive
parentd0ef063b3d2cf7b4c2eba540a0773dae3afc26ef (diff)
downloadpuppet-tozt-8317b706d7a0a91c67c46950be07d40168705b6c.tar.gz
puppet-tozt-8317b706d7a0a91c67c46950be07d40168705b6c.zip
rename modules dir
Diffstat (limited to 'modules/tozt/files/post-receive')
-rwxr-xr-xmodules/tozt/files/post-receive8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/tozt/files/post-receive b/modules/tozt/files/post-receive
deleted file mode 100755
index 2f26f7c..0000000
--- a/modules/tozt/files/post-receive
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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