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

This commit is contained in:
spassignat
2026-05-02 12:11:00 +02:00
parent db3335e8e7
commit fc215a59a7

View File

@@ -79,6 +79,7 @@ steps:
commands: |
more $CI_WORKSPACE/version.env
source $CI_WORKSPACE/version.env
ls -alsR ${CI_WORKSPACE}/artifacts/
if [ "$version_type" != "none" ]; then
WDIR=${CI_WORKSPACE}/artifacts/$NEW_VERSION
echo "create work directory: $WDIR"
@@ -89,7 +90,7 @@ steps:
tar -cf ${CI_WORKSPACE}/artifacts/$artifact -C $WDIR .
ls -als ${CI_WORKSPACE}/artifacts/$artifact
fi
ls -als ${CI_WORKSPACE}/artifacts/
ls -alsR ${CI_WORKSPACE}/artifacts/
depends_on: [ build ]
- name: publish