summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-12 18:16:29 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-12 18:16:29 +0100
commitfa6df64f69303bba3c1dceee44a85f4346dfcc5e (patch)
tree99f57f9629fbde8cf56324ac7050f1275ff4de1e /hooks
parent47e36f2866da1785f9b01ae312c5b795b9678cf2 (diff)
fix: make programs silent
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/post-receive2
1 files changed, 0 insertions, 2 deletions
diff --git a/hooks/post-receive b/hooks/post-receive
index 58d831e..77ffc88 100755
--- a/hooks/post-receive
+++ b/hooks/post-receive
@@ -12,10 +12,8 @@ dst="$www/$(basename "$name" '.git')"
[ ! -d dst ] && mkdir -p "$dst"
cd "$dst" || exit 1
-echo "[stagit] building $dst"
stagit "$src"
-echo "[stagit] linking $dst"
ln -sf log.html index.html
ln -sf ../style.css style.css
ln -sf ../logo.png logo.png