|
@@ -48,6 +48,7 @@ class TagVendorsCommand extends Command
|
|
|
|
|
|
$content = parse_ini_file($realpath, true);
|
|
$content = parse_ini_file($realpath, true);
|
|
foreach ($content as $sec => $conf) {
|
|
foreach ($content as $sec => $conf) {
|
|
|
|
+ sleep(60);
|
|
$content[$sec]["branch"] = $version;
|
|
$content[$sec]["branch"] = $version;
|
|
try {
|
|
try {
|
|
$git = new Git();
|
|
$git = new Git();
|