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;
                     $findBranch = false;
                     $branchRemote = null;
                     $branchRemote = null;
                     // verifico si el branch a crear ya existe
                     // verifico si el branch a crear ya existe
+                    if ($sec == 'webservice')                     
+                    var_dump($branchs);
                     foreach ($branchs as $branch) {
                     foreach ($branchs as $branch) {
                         if (strpos($branch['name'], $version) !== false) {
                         if (strpos($branch['name'], $version) !== false) {
                             $findBranch = true;
                             $findBranch = true;