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) {