From faecd90037993839ffa68e11e5a83bedb10fa85e Mon Sep 17 00:00:00 2001 From: spassignat Date: Mon, 4 May 2026 17:44:10 +0200 Subject: [PATCH] patch: pipeline minio --- .woodpecker/build-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/build-pipeline.yml b/.woodpecker/build-pipeline.yml index 70c94b7..dc052bc 100644 --- a/.woodpecker/build-pipeline.yml +++ b/.woodpecker/build-pipeline.yml @@ -6,7 +6,7 @@ variables: node_image: &node_image node:18-alpine git_image: &git_image alpine/git curl_image: &curl_image curlimages/curl:latest - NEXUS_API: http://nexus.cicd.exygen.fr/service/rest/v1/ + nexus_api: &nexus_api http://nexus.cicd.exygen.fr/service/rest/v1/ WOODPECKER_API: http://woodpecker.cicd.exygen.fr/api NEXUS_URL: http://nexus.cicd.exygen.fr/repository/domaine-passignat/apps @@ -108,6 +108,7 @@ steps: NEXUS_PASSWORD: from_secret: nexus_password NEXUS_REPOSITORY: domaine-passignat + NEXUS_API: *nexus_api commands: | source $CI_WORKSPACE/version.env