diff --git a/tools/packZip.php b/tools/packZip.php index 9e226040e5..16cf9f6527 100644 --- a/tools/packZip.php +++ b/tools/packZip.php @@ -6,7 +6,8 @@ $liteVersion = isset($argv[2]) ? $argv[2] : ''; /* File pathes. */ $basePath = dirname(dirname(__FILE__)); -$releasePath = getenv('ZENTAO_RELEASE_PATH'); +//$releasePath = getenv('ZENTAO_RELEASE_PATH'); +$releasePath = '/home/z/ci/release/'; $releasePath = !empty($releasePath) ? $releasePath : $basePath; if(!file_exists($releasePath . '/zentaopms.zip')) die("Please give me encrypted packages.\n");