summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2020-03-28 18:21:02 -0600
committerAaron Ball <nullspoon@oper.io>2020-03-28 18:21:02 -0600
commit7e2171ede99df7a842b07f4d1d3e538476543650 (patch)
treec5dd85c9c5506daed29bb1153e4474c97d6f4b17
parent75b52e019be07c3530dd90236370b1670992d570 (diff)
downloadtestrepo-7e2171ede99df7a842b07f4d1d3e538476543650.tar.gz
testrepo-7e2171ede99df7a842b07f4d1d3e538476543650.tar.xz
hello
-rw-r--r--hooks/post-receive2
1 files changed, 2 insertions, 0 deletions
diff --git a/hooks/post-receive b/hooks/post-receive
index d759dcb..c46f228 100644
--- a/hooks/post-receive
+++ b/hooks/post-receive
@@ -6,6 +6,8 @@ source ~/bin/libgithook.sh
load_file_actions
dump_sess
+printf 'Hello world!\n'
+
cache="$(deploy_cache ${NEWREV})"
for i in ${FILES_M[@]} ${FILES_A[@]}; do

Generated by cgit