Explorar el Código

Se quito el sleep

Luciano Andrade hace 7 años
padre
commit
31791b4eba
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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();