Explorar o código

Agregado de un sleep

Luciano Andrade %!s(int64=7) %!d(string=hai) anos
pai
achega
fe82720639
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tools/src/Command/TagVendorsCommand.php

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

@@ -48,6 +48,7 @@ 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();