build: add echo $BRANCH_NAME
Some checks failed
Build and Deploy to MinIO / build-and-deploy (push) Failing after 42s

This commit is contained in:
2025-09-05 22:40:58 +02:00
parent be17a9952c
commit 03290ee848

View File

@@ -36,6 +36,7 @@ jobs:
run: |
BRANCH_NAME=${GITEA_REF_NAME}
if [ ! -L content ]; then
echo $BRANCH_NAME
rm -rf content
git clone https://git.opytex.org/Cours/${BRANCH_NAME}.git content
fi