diff options
-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 |