Skip to content
Extraits de code Groupes Projets
Valider d0c84cd0 rédigé par mattab's avatar mattab
Parcourir les fichiers

When syncing UI screenshots, add some git status and sleep for making help text a bit more safe

parent 47346f39
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -100,6 +100,8 @@ class DevelopmentSyncUITestScreenshots extends ConsoleCommand
cd $downloadToPath
git pull
git add .
git status
sleep 5
git commit -m '' # Write a good commit message, eg. 'Fixed UI test failure caused by change introduced in <core or plugin commit> which caused failure by <explanation of failure>'
git push";
......@@ -108,6 +110,8 @@ git push";
cd ..
git pull
git add expected-ui-screenshots/
git status
sleep 5
git commit -m '' # Copy paste the good commit message
git push
cd ../../\n\n";
......
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