From 7ee393b5943636233dcfcbf66db36b9ffaa72444 Mon Sep 17 00:00:00 2001 From: spassignat Date: Mon, 4 May 2026 19:35:54 +0200 Subject: [PATCH] patch: pipeline minio --- .woodpecker/deploy-pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/deploy-pipeline.yml b/.woodpecker/deploy-pipeline.yml index c789f5d..46a040a 100644 --- a/.woodpecker/deploy-pipeline.yml +++ b/.woodpecker/deploy-pipeline.yml @@ -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 ]