Remove tests clear cache
parent
b7b17f4a17
commit
6ff276d0b6
|
@ -7,12 +7,6 @@
|
|||
*/
|
||||
$env = getenv('APP_ENV') ?: 'production';
|
||||
|
||||
if(file_exists('data/cache/upgrade')){
|
||||
$env = 'upgrade';
|
||||
putenv("APP_ENV=$env");
|
||||
unlink('data/cache/upgrade');
|
||||
}
|
||||
|
||||
return array(
|
||||
'modules' => array(
|
||||
'DoctrineModule',
|
||||
|
|
|
@ -7,12 +7,6 @@
|
|||
*/
|
||||
$env = getenv('APP_ENV') ?: 'production';
|
||||
|
||||
if(file_exists('data/cache/upgrade')){
|
||||
$env = 'upgrade';
|
||||
putenv("APP_ENV=$env");
|
||||
unlink('data/cache/upgrade');
|
||||
}
|
||||
|
||||
return array(
|
||||
'modules' => array(
|
||||
'DoctrineModule',
|
||||
|
|
Loading…
Reference in New Issue