瀏覽代碼

Agregado de un sleep

Luciano Andrade 7 年之前
父節點
當前提交
fe82720639
共有 1 個文件被更改,包括 1 次插入0 次删除
  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();