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

This commit is contained in:
spassignat
2026-05-02 11:00:09 +02:00
parent fe09fd6330
commit 633aa13945

View File

@@ -43,6 +43,7 @@ steps:
- name: update_version - name: update_version
image: *node_image image: *node_image
commands: | commands: |
ls -als
npm ci --cache .npm --prefer-offline npm ci --cache .npm --prefer-offline
source version.env source version.env
if [ "$version_type" != "none" ]; then if [ "$version_type" != "none" ]; then