Skip to content
Extraits de code Groupes Projets
Valider e212e317 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

use on-demand instead of check

parent 98935b7c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -30,8 +30,7 @@ class GitPush extends Command ...@@ -30,8 +30,7 @@ class GitPush extends Command
protected function execute(InputInterface $input, OutputInterface $output) protected function execute(InputInterface $input, OutputInterface $output)
{ {
$cmd = sprintf('cd %s && git push --recurse-submodules=check', PIWIK_DOCUMENT_ROOT); $cmd = sprintf('cd %s && git push --recurse-submodules=on-demand', PIWIK_DOCUMENT_ROOT);
$output->writeln('Executing command: ' . $cmd); $output->writeln('Executing command: ' . $cmd);
passthru($cmd); passthru($cmd);
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter