Browse Source

Maj final

stany.ferer 1 năm trước cách đây
mục cha
commit
ba52b07a10
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      maj/preprod.sh
  2. 1 1
      maj/prod.sh
  3. 1 1
      maj/r7.sh

+ 1 - 1
maj/preprod.sh

@@ -24,4 +24,4 @@ git pull origin ${BRANCH_ORIGIN} || { echo "Échec du pull depuis ${BRANCH_ORIGI
 echo "Push des changements en cours..."
 git push || { echo "Échec du push."; exit 1; }
 
-echo "Script terminé avec succès."
+echo "Script GIT terminé avec succès."

+ 1 - 1
maj/prod.sh

@@ -24,4 +24,4 @@ git pull origin ${BRANCH_ORIGIN} || { echo "Échec du pull depuis ${BRANCH_ORIGI
 echo "Push des changements en cours..."
 git push || { echo "Échec du push."; exit 1; }
 
-echo "Script terminé avec succès."
+echo "Script GIT terminé avec succès."

+ 1 - 1
maj/r7.sh

@@ -26,4 +26,4 @@ git pull origin ${BRANCH_ORIGIN} || { echo "Échec du pull depuis ${BRANCH_ORIGI
 echo "Push des changements en cours..."
 git push || { echo "Échec du push."; exit 1; }
 
-echo "Script terminé avec succès."
+echo "Script GIT terminé avec succès."