Skip to content

Commit e5069fa

Browse files
committed
remove
1 parent c44e6c7 commit e5069fa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/SPC/builder/LibraryBase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ public function tryBuild(bool $force_build = false): int
195195
$this->getBuilder()->emitPatchPoint('before-library[' . static::NAME . ']-build');
196196
$this->build();
197197
$this->installLicense();
198-
if (getenv('CI')) {
199-
FileSystem::removeDir($this->source_dir);
200-
}
201198
$this->getBuilder()->emitPatchPoint('after-library[' . static::NAME . ']-build');
202199
return LIB_STATUS_OK;
203200
}

0 commit comments

Comments
 (0)