From f9f34d53c821e512a8512c0d2bbecaee210f7af4 Mon Sep 17 00:00:00 2001 From: "guillaume.emorine" Date: Mon, 29 Apr 2024 10:33:55 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automate.sh b/automate.sh index a77242b..f8f26ed 100644 --- a/automate.sh +++ b/automate.sh @@ -28,7 +28,7 @@ if [ $branch == 1 ] ; then git commit echo "Push des fichiers au Gitea, branche main..." sleep 2 - git push origin main + git push -q origin main fi else if [ $answer == 1 ] ; then @@ -45,6 +45,6 @@ else git commit echo "Push des fichiers au Gitea, branche test..." sleep 2 - git push origin test + git push -q origin test fi fi \ No newline at end of file