Pārlūkot izejas kodu

Agregado de un sleep

Luciano Andrade 7 gadi atpakaļ
vecāks
revīzija
fe82720639
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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();