浏览代码

Se quito el sleep

Luciano Andrade 7 年之前
父节点
当前提交
31791b4eba
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tools/src/Command/TagVendorsCommand.php

+ 0 - 1
tools/src/Command/TagVendorsCommand.php

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