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

This commit is contained in:
spassignat
2026-05-02 11:55:06 +02:00
parent 164c5a2568
commit cafdebb7d5

View File

@@ -85,8 +85,8 @@ steps:
ls -alsR ls -alsR
tar -czf $WDIR/db.tar.gz -C database . tar -czf $WDIR/db.tar.gz -C database .
echo "create final artifact: ${CI_WORKSPACE}/artifacts/$artifact" echo "create final artifact: ${CI_WORKSPACE}/artifacts/$artifact"
ls -als ${CI_WORKSPACE}/artifacts/$artifact
tar -cf ${CI_WORKSPACE}/artifacts/$artifact -C $WDIR . tar -cf ${CI_WORKSPACE}/artifacts/$artifact -C $WDIR .
ls -als ${CI_WORKSPACE}/artifacts/$artifact
fi fi
ls -als ${CI_WORKSPACE}/artifacts/ ls -als ${CI_WORKSPACE}/artifacts/
depends_on: [ build ] depends_on: [ build ]