develop #1

Merged
tibo merged 17 commits from develop into hotfix 2025-12-18 07:54:13 +00:00
Showing only changes of commit 3b4d658e9c - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@
CIBLE=$1
if [ "$CIBLE" == "" ]
then
Using $GIT_CURRENT_BRANCH as cible
echo "Using $GIT_CURRENT_BRANCH as cible"
CIBLE=$GIT_CURRENT_BRANCH
fi