patch: pipeline minio

This commit is contained in:
spassignat
2026-05-04 19:17:28 +02:00
parent 3919254309
commit 932c500c1b

View File

@@ -31,7 +31,6 @@ steps:
NEXUS_URL: *nexus_url NEXUS_URL: *nexus_url
commands: commands:
- ls -als - 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" - 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 ] depends_on: [ get-share-data ]