build: add echo $BRANCH_NAME
Some checks failed
Build and Deploy to MinIO / build-and-deploy (push) Failing after 42s
Some checks failed
Build and Deploy to MinIO / build-and-deploy (push) Failing after 42s
This commit is contained in:
@@ -36,6 +36,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
BRANCH_NAME=${GITEA_REF_NAME}
|
BRANCH_NAME=${GITEA_REF_NAME}
|
||||||
if [ ! -L content ]; then
|
if [ ! -L content ]; then
|
||||||
|
echo $BRANCH_NAME
|
||||||
rm -rf content
|
rm -rf content
|
||||||
git clone https://git.opytex.org/Cours/${BRANCH_NAME}.git content
|
git clone https://git.opytex.org/Cours/${BRANCH_NAME}.git content
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user