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

This commit is contained in:
spassignat
2026-05-04 17:46:18 +02:00
parent faecd90037
commit 6a55acd235

View File

@@ -7,7 +7,7 @@ variables:
git_image: &git_image alpine/git git_image: &git_image alpine/git
curl_image: &curl_image curlimages/curl:latest curl_image: &curl_image curlimages/curl:latest
nexus_api: &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 woodpecker_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:
@@ -181,6 +181,7 @@ steps:
- name: trigger-deployment - name: trigger-deployment
image: curlimages/curl:latest image: curlimages/curl:latest
environment: environment:
WOODPECKER_API: *woodpecker_api
WOODPECKER_TOKEN: WOODPECKER_TOKEN:
from_secret: woodpecker_token from_secret: woodpecker_token
commands: | commands: |