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

This commit is contained in:
spassignat
2026-05-04 16:39:10 +02:00
parent cc0e6db4a7
commit 6a8156bc74

View File

@@ -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