mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Don't auto-create an _ss_environment.php file
This commit is contained in:
parent
7e36cdc48e
commit
b8397f5448
@ -62,7 +62,7 @@ class LoadModulesTask extends SilverStripeBuildTask {
|
||||
}
|
||||
|
||||
public function main() {
|
||||
$this->configureEnvFile();
|
||||
// $this->configureEnvFile();
|
||||
|
||||
if ($this->name) {
|
||||
$this->loadModule($this->name, $this->url);
|
||||
|
Loading…
Reference in New Issue
Block a user