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

refs #6429 clean submodules before fetching any data [skip-ci]

parent 91cb86e2
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -28,10 +28,10 @@ class Remote
$this->ssh->exec('git reset --hard');
$this->ssh->exec('git submodule foreach --recursive git reset --hard');
$this->ssh->exec('git clean -d -f');
$this->ssh->exec('git submodule foreach git clean -f');
$this->ssh->exec('git fetch --all');
$this->ssh->exec('git checkout ' . trim($gitHash));
$this->ssh->exec('git submodule update --recursive --force');
$this->ssh->exec('git submodule foreach git clean -f');
$this->ssh->exec('composer.phar install');
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter