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

This commit is contained in:
spassignat
2026-05-02 12:41:54 +02:00
parent bac60bd5a4
commit 27dbfa5c48

View File

@@ -16,6 +16,8 @@ steps:
commands: | commands: |
pwd pwd
ls -als ls -als
echo $CI_WORKSPACE
echo ${CI_WORKSPACE}
rm -rf dist rm -rf dist
rm -f ${CI_WORKSPACE}/version.env rm -f ${CI_WORKSPACE}/version.env
echo "✅ Nettoyage terminé" echo "✅ Nettoyage terminé"
@@ -27,6 +29,8 @@ steps:
commands: | commands: |
pwd pwd
ls -als ls -als
echo $CI_WORKSPACE
echo ${CI_WORKSPACE}
COMMIT_MSG=$(git log -1 --pretty=%B) COMMIT_MSG=$(git log -1 --pretty=%B)
echo "📝 Message: $COMMIT_MSG" echo "📝 Message: $COMMIT_MSG"
@@ -51,6 +55,8 @@ steps:
commands: | commands: |
pwd pwd
ls -als ls -als
echo $CI_WORKSPACE
echo ${CI_WORKSPACE}
npm ci --cache .npm --prefer-offline npm ci --cache .npm --prefer-offline
source ${CI_WORKSPACE}/version.env source ${CI_WORKSPACE}/version.env
@@ -75,6 +81,8 @@ steps:
commands: | commands: |
pwd pwd
ls -als ls -als
echo $CI_WORKSPACE
echo ${CI_WORKSPACE}
npm ci --cache .npm --prefer-offline npm ci --cache .npm --prefer-offline
npm run build npm run build
depends_on: [ update_version ] depends_on: [ update_version ]
@@ -85,6 +93,8 @@ steps:
commands: | commands: |
pwd pwd
ls -als ls -als
echo $CI_WORKSPACE
echo ${CI_WORKSPACE}
source ${CI_WORKSPACE}/version.env source ${CI_WORKSPACE}/version.env
if [ "$version_type" != "none" ]; then if [ "$version_type" != "none" ]; then