Browse Source

Se quito el sleep

Luciano Andrade 7 năm trước cách đây
mục cha
commit
31791b4eba
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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();