From 6a8156bc74ca5f3814203c3ce3987dd009f6242a Mon Sep 17 00:00:00 2001 From: spassignat Date: Mon, 4 May 2026 16:39:10 +0200 Subject: [PATCH] patch: pipeline minio --- .woodpecker/deploy-pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker/deploy-pipeline.yml b/.woodpecker/deploy-pipeline.yml index c38247b..87e5b2b 100644 --- a/.woodpecker/deploy-pipeline.yml +++ b/.woodpecker/deploy-pipeline.yml @@ -11,7 +11,6 @@ steps: - echo NEW_VERSION=$NEW_VERSION > .buildinfo - mc alias set local http://minio:9000 minioadmin minioadmin123 - mc get local/ci/$CI_REPO_REMOTE_ID/$CI_PIPELINE_PARENT .buildinfo - depends_on: [ commit_tag ] - name: get-artifact image: curlimages/curl:latest @@ -34,7 +33,7 @@ steps: port: 22 source: /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar target: /tmp/ - depends_on: [ get-artifact ] + depends_on: [ get-artifact ,share-data] # Étape 8: Déploiement sur le serveur distant - name: deploy