Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Tue Sep 19 15:46:07 2023 -0300
Parent: fe52b67
Added cleanup
diff --git a/post-receive-scripts b/post-receive-scripts
index 2cd321d..44f7fc0 100755
--- a/post-receive-scripts
+++ b/post-receive-scripts
@@ -24,3 +24,5 @@ do
echo "Ref $ref received. Doing nothing: only the ${BRANCH} branch may be deployed on this server."
fi
done
+
+rm -fr "$TMP"