Modifié : automate.sh
This commit is contained in:
parent
a9cfcb8c1c
commit
48930ff95e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user