drone 7 vuotta sitten
vanhempi
commit
4bb2f00e84
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {