* Temporarily fix environment variables for gitlab ci.

This commit is contained in:
hufangzhou
2022-06-14 13:46:05 +08:00
parent 50877d82a9
commit ffffeeb6ec
+2 -1
View File
@@ -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");