From 3b392f1f69fb0f52285d31a02c05b5b5507954fe Mon Sep 17 00:00:00 2001 From: Guillaume Emorine Date: Fri, 11 Oct 2024 11:44:53 +0200 Subject: [PATCH] =?UTF-8?q?=09L=C3=A9gers=20ajustements=20effectu=C3=A9s?= =?UTF-8?q?=20au=20script=20d'automation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- automate.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/automate.sh b/automate.sh index c1b3ac2..b469706 100644 --- a/automate.sh +++ b/automate.sh @@ -19,6 +19,7 @@ if [ $branch == 1 ] ; then git checkout main echo "Récupération des fichiers à jour, branche main..." git pull -q origin main + echo "Fichiers à jour récupérés." else git checkout main echo "Ajout des fichiers au Gitea..." @@ -40,6 +41,7 @@ elif [ $branch == 2 ] ; then git checkout test echo "Récupération des fichiers à jour dans la branche test..." git pull -q origin test + echo "Fichiers à jour récupérés." else git checkout test echo "Ajout des fichiers au Gitea, branche test..." @@ -59,4 +61,4 @@ elif [ $branch == 2 ] ; then else echo "Choisissez une branche et une option valide. Veuillez relancer le script" -fi \ No newline at end of file +fi