diff options
author | Aaron Ball <nullspoon@oper.io> | 2020-03-28 18:23:43 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2020-03-28 18:23:43 -0600 |
commit | 45ffa6d976060c4189cce6ddbb63207574051eab (patch) | |
tree | 656a67e58ec216cb512bfa87755e732f5bc7af0a | |
parent | 7e2171ede99df7a842b07f4d1d3e538476543650 (diff) | |
download | testrepo-45ffa6d976060c4189cce6ddbb63207574051eab.tar.gz testrepo-45ffa6d976060c4189cce6ddbb63207574051eab.tar.xz |
nohello
-rw-r--r-- | hooks/post-receive | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index c46f228..d759dcb 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -6,8 +6,6 @@ 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 |