drone 7 years ago
parent
commit
82b834aec3
1 changed files with 2 additions and 0 deletions
  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;