mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
remove workaround
This commit is contained in:
@@ -94,9 +94,6 @@ class SourceManager
|
|||||||
|
|
||||||
// if not, remove the source dir and extract again
|
// if not, remove the source dir and extract again
|
||||||
logger()->notice("Source [{$source}] hash mismatch, removing old source dir and extracting again ...");
|
logger()->notice("Source [{$source}] hash mismatch, removing old source dir and extracting again ...");
|
||||||
if ($source === 'micro' || $source === 'grpc') {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
FileSystem::removeDir($check);
|
FileSystem::removeDir($check);
|
||||||
$filename = LockFile::getLockFullPath($lock_content);
|
$filename = LockFile::getLockFullPath($lock_content);
|
||||||
$move_path = LockFile::getExtractPath($lock_name, SOURCE_PATH . '/' . $source);
|
$move_path = LockFile::getExtractPath($lock_name, SOURCE_PATH . '/' . $source);
|
||||||
|
|||||||
Reference in New Issue
Block a user