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

This commit is contained in:
spassignat
2026-05-02 12:39:55 +02:00
parent 73d814d104
commit bac60bd5a4

View File

@@ -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