patch: test 31
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline failed

This commit is contained in:
spassignat
2026-05-02 13:33:31 +02:00
parent f99a7bedd8
commit 844f373084

View File

@@ -16,8 +16,8 @@ steps:
commands: |
pwd
ls -als
echo $CI_WORKSPACE
echo ${CI_WORKSPACE}
echo "1 $CI_WORKSPACE"
echo "2 ${CI_WORKSPACE}"
rm -rf dist
rm -f ${CI_WORKSPACE}/version.env
echo "✅ Nettoyage terminé"