|
@@ -97,6 +97,7 @@ class TagVendorsCommand extends Command
|
|
}
|
|
}
|
|
// ejecuto el comando git
|
|
// ejecuto el comando git
|
|
shell_exec($cmd);
|
|
shell_exec($cmd);
|
|
|
|
+ sleep(5);
|
|
} catch (GitException $e) {
|
|
} catch (GitException $e) {
|
|
$output->writeln($e->getTraceAsString());
|
|
$output->writeln($e->getTraceAsString());
|
|
$output->writeln($sec . ": " . $e->getMessage());
|
|
$output->writeln($sec . ": " . $e->getMessage());
|