mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-14 19:52:48 +00:00
Update CoreCloudBuildService.php
This commit is contained in:
parent
e7a5f5d316
commit
070dd9ff61
@ -306,6 +306,7 @@ class CoreCloudBuildService extends BaseCoreService
|
|||||||
'authorize_code' => $this->auth_code,
|
'authorize_code' => $this->auth_code,
|
||||||
'timestamp' => $this->build_task['timestamp']
|
'timestamp' => $this->build_task['timestamp']
|
||||||
];
|
];
|
||||||
|
if (isset($this->build_task['version'])) $query['version'] = $this->build_task['version'];
|
||||||
$chunk_size = 1 * 1024 * 1024;
|
$chunk_size = 1 * 1024 * 1024;
|
||||||
$temp_dir = runtime_path() . 'backup' . DIRECTORY_SEPARATOR . 'cloud_build' . DIRECTORY_SEPARATOR . $this->build_task['task_key'] . DIRECTORY_SEPARATOR;
|
$temp_dir = runtime_path() . 'backup' . DIRECTORY_SEPARATOR . 'cloud_build' . DIRECTORY_SEPARATOR . $this->build_task['task_key'] . DIRECTORY_SEPARATOR;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user