Revert "patch: test 22"

This reverts commit fc215a59a7.
This commit is contained in:
spassignat
2026-05-02 12:26:14 +02:00
parent ac20b5c2a5
commit 5bb1111691

View File

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