mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Remove .github folder after git pull.
This commit is contained in:
@@ -58,6 +58,7 @@ class _system_cron
|
|||||||
if(!deftrue('e_DEVELOPER')) // Leave development files intact if developer mode is active.
|
if(!deftrue('e_DEVELOPER')) // Leave development files intact if developer mode is active.
|
||||||
{
|
{
|
||||||
$fl->removeDir(e_BASE.'e107_tests');
|
$fl->removeDir(e_BASE.'e107_tests');
|
||||||
|
$fl->removeDir(e_BASE.'.github');
|
||||||
unlink(e_BASE."composer.json");
|
unlink(e_BASE."composer.json");
|
||||||
unlink(e_BASE."composer.lock");
|
unlink(e_BASE."composer.lock");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user