From: Lisa Marie Maginnis Date: Wed, 22 Jul 2015 22:21:25 +0000 (-0400) Subject: fixed missing local side X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0cf4d27e27e7373b5a3e7e5b38228bbb574a365a;p=deploy-hooks.git fixed missing local side --- diff --git a/trustcommerce.git/post-update b/trustcommerce.git/post-update index 5250bf8..e3ea621 100755 --- a/trustcommerce.git/post-update +++ b/trustcommerce.git/post-update @@ -40,6 +40,7 @@ case $branch in ;; dev) package_path=$package_path_base/devel + local_checkout=$local_checkout_base/$branch target_host=crm-dev.fsf.org ;; live) @@ -75,7 +76,7 @@ else fi # Build the docs for this project -phpdoc -f trustcommerce.php -t $doc_path --template='responsive' +phpdoc -f trustcommerce.php -t $doc_path --template='responsive' &>/dev/null # Stop here if not updating a host if [ -z $target_host ]; then