|
@@ -50,14 +50,13 @@ class ReleaseV2 extends Release
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- $this->_modules['extra'] = [
|
|
|
- 'repo' => 'git@bitbucket.org:ikflowdat/extra.git',
|
|
|
- 'ref' => 'master',
|
|
|
- ];
|
|
|
-
|
|
|
+
|
|
|
$this->AddModules($modules);
|
|
|
|
|
|
+ // Agrego el repositorio de extra únicamente
|
|
|
+ $this->_modules['extra']['repo'] = 'git@bitbucket.org:ikflowdat/extra.git';
|
|
|
+ $this->_modules['extra']['ref'] = 'master';
|
|
|
+
|
|
|
$this->directory = $input->getArgument('dir');
|
|
|
if (!is_dir($this->directory)) {
|
|
|
mkdir($this->directory, 0777, true);
|