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