patch: pipeline minio
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline was successful
ci/woodpecker/deployment/deploy-pipeline Pipeline failed

This commit is contained in:
spassignat
2026-05-04 19:35:54 +02:00
parent 14342999e2
commit 7ee393b594

View File

@@ -30,6 +30,7 @@ steps:
NEXUS_URL: *nexus_url
commands:
- ls -als
- source .buildinfo
- curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar "${NEXUS_URL}/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${NEW_VERSION}.tar"
depends_on: [ get-share-data ]