drone 7 년 전
부모
커밋
82b834aec3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tools/src/Command/TagVendorsCommand.php

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

@@ -67,6 +67,8 @@ class TagVendorsCommand extends Command
                     $findBranch = false;
                     $branchRemote = null;
                     // verifico si el branch a crear ya existe
+                    if ($sec == 'webservice')                     
+                    var_dump($branchs);
                     foreach ($branchs as $branch) {
                         if (strpos($branch['name'], $version) !== false) {
                             $findBranch = true;