Modifications: automate.sh #11

Merged
guillaume.emorine merged 2 commits from test into main 2024-04-29 10:35:04 +02:00
Showing only changes of commit f9f34d53c8 - Show all commits

View File

@ -28,7 +28,7 @@ if [ $branch == 1 ] ; then
git commit git commit
echo "Push des fichiers au Gitea, branche main..." echo "Push des fichiers au Gitea, branche main..."
sleep 2 sleep 2
git push origin main git push -q origin main
fi fi
else else
if [ $answer == 1 ] ; then if [ $answer == 1 ] ; then
@ -45,6 +45,6 @@ else
git commit git commit
echo "Push des fichiers au Gitea, branche test..." echo "Push des fichiers au Gitea, branche test..."
sleep 2 sleep 2
git push origin test git push -q origin test
fi fi
fi fi