소스 검색

Se quito el sleep

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