patch: pipeline minio

This commit is contained in:
spassignat
2026-05-04 17:30:16 +02:00
parent ed5ffdbdc0
commit 7df04c4084

View File

@@ -3,12 +3,12 @@ when:
branch: [ main ] branch: [ main ]
variables: variables:
- &node_image node:18-alpine &node_image: node:18-alpine
- &git_image alpine/git &git_image: alpine/git
- &curl_image curlimages/curl:latest &curl_image: curlimages/curl:latest
- NEXUS_API: http://nexus.cicd.exygen.fr/service/rest/v1/ NEXUS_API: http://nexus.cicd.exygen.fr/service/rest/v1/
- WOODPECKER_API: http://woodpecker.cicd.exygen.fr/api WOODPECKER_API: http://woodpecker.cicd.exygen.fr/api
- NEXUS_URL: http://nexus.cicd.exygen.fr/repository/domaine-passignat/apps NEXUS_URL: http://nexus.cicd.exygen.fr/repository/domaine-passignat/apps
steps: steps:
# Étape 1: Nettoyage du projet # Étape 1: Nettoyage du projet