From bac60bd5a447141130be52c9e85ecc13ecb11849 Mon Sep 17 00:00:00 2001 From: spassignat Date: Sat, 2 May 2026 12:39:55 +0200 Subject: [PATCH] patch: test 28 --- .woodpecker/build-pipeline.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.woodpecker/build-pipeline.yml b/.woodpecker/build-pipeline.yml index 798985c..8d0ddca 100644 --- a/.woodpecker/build-pipeline.yml +++ b/.woodpecker/build-pipeline.yml @@ -15,7 +15,7 @@ steps: image: *git_image commands: | pwd - ls + ls -als rm -rf dist rm -f ${CI_WORKSPACE}/version.env echo "✅ Nettoyage terminé" @@ -26,7 +26,7 @@ steps: image: *git_image commands: | pwd - ls + ls -als COMMIT_MSG=$(git log -1 --pretty=%B) echo "📝 Message: $COMMIT_MSG" @@ -49,6 +49,8 @@ steps: - name: update_version image: *node_image commands: | + pwd + ls -als npm ci --cache .npm --prefer-offline source ${CI_WORKSPACE}/version.env @@ -71,6 +73,8 @@ steps: - name: build image: *node_image commands: | + pwd + ls -als npm ci --cache .npm --prefer-offline npm run build depends_on: [ update_version ] @@ -79,6 +83,8 @@ steps: - name: package image: *node_image commands: | + pwd + ls -als source ${CI_WORKSPACE}/version.env if [ "$version_type" != "none" ]; then