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();