From 48930ff95e68e143a866768c2ff80ca2d2b1a79a Mon Sep 17 00:00:00 2001 From: "guillaume.emorine" Date: Mon, 29 Apr 2024 09:51:20 +0200 Subject: [PATCH] =?UTF-8?q?=09Modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20automate.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- automate.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automate.sh b/automate.sh index cea3413..e09c02a 100644 --- a/automate.sh +++ b/automate.sh @@ -33,17 +33,17 @@ if [ $branch == 1 ] ; then else if [ $answer == 1 ] ; then git checkout test - echo "Récupération des fichiers à jour dans la branche tests..." - git pull origin tests + echo "Récupération des fichiers à jour dans la branche test..." + git pull origin test else git checkout test - echo "Ajout des fichiers au Gitea, branche tests..." + echo "Ajout des fichiers au Gitea, branche test..." sleep 2 git add . echo "Commit en cours..." sleep 2 git commit - echo "Push des fichiers au Gitea, branche tests..." + echo "Push des fichiers au Gitea, branche test..." sleep 2 git push origin test fi