drone 7 年之前
父节点
当前提交
4bb2f00e84
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/src/Command/TagVendorsCommand.php

+ 1 - 1
tools/src/Command/TagVendorsCommand.php

@@ -114,7 +114,7 @@ var_dump('creando branch----------------------');
                     // ejecuto el comando git
                     if ($sec == 'webservice') {
                         var_dump($cmd);
-                        //shell_exec($cmd);
+                        shell_exec($cmd);
                     }
             // sleep(5);
                 } catch (GitException $e) {