mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
e107_make.php: Remove export folder after creating releases
This commit is contained in:
@@ -249,7 +249,7 @@ class e107Build
|
||||
|
||||
if ($rel['type'] == 'full')
|
||||
{
|
||||
$this->CreateCoreImage(); // Create Image
|
||||
$this->createCoreImage(); // Create Image
|
||||
}
|
||||
|
||||
$this->copyCoreImage();
|
||||
@@ -310,7 +310,8 @@ class e107Build
|
||||
unlink($tarfile);
|
||||
} // end loop
|
||||
|
||||
|
||||
$this->status('Removing export folder', true);
|
||||
$this->rmdir($this->exportDir);
|
||||
}
|
||||
|
||||
private function emptyExportDir()
|
||||
|
Reference in New Issue
Block a user