mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
remove
This commit is contained in:
parent
037d224fd7
commit
e677be74d7
@ -195,9 +195,6 @@ abstract class LibraryBase
|
|||||||
$this->getBuilder()->emitPatchPoint('before-library[' . static::NAME . ']-build');
|
$this->getBuilder()->emitPatchPoint('before-library[' . static::NAME . ']-build');
|
||||||
$this->build();
|
$this->build();
|
||||||
$this->installLicense();
|
$this->installLicense();
|
||||||
if (getenv('CI')) {
|
|
||||||
FileSystem::removeDir($this->source_dir);
|
|
||||||
}
|
|
||||||
$this->getBuilder()->emitPatchPoint('after-library[' . static::NAME . ']-build');
|
$this->getBuilder()->emitPatchPoint('after-library[' . static::NAME . ']-build');
|
||||||
return LIB_STATUS_OK;
|
return LIB_STATUS_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user