* Temporarily fix environment variables for gitlab ci.
This commit is contained in:
+2
-1
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user