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

This commit is contained in:
spassignat
2026-05-02 11:53:14 +02:00
parent 889817c737
commit 164c5a2568

View File

@@ -105,10 +105,10 @@ steps:
curl -v \ curl -v \
-u ${NEXUS_USERNAME}:${NEXUS_PASSWORD} \ -u ${NEXUS_USERNAME}:${NEXUS_PASSWORD} \
-F "raw.directory=apps/${CI_REPO_NAME}/${NEW_VERSION}" \ -F "raw.directory=apps" \
-F "raw.asset1=@${CI_WORKSPACE}/artifacts/$artifact" \ -F "raw.asset1=@${CI_WORKSPACE}/artifacts/$artifact" \
-F "raw.asset1.filename=$artifact" \ -F "raw.asset1.filename=$artifact" \
http://nexus:8082/service/rest/v1/components?repository=domaine-passignat http://nexus/service/rest/v1/components?repository=domaine-passignat
depends_on: [ package ] depends_on: [ package ]
# Étape 5: Commit et tag # Étape 5: Commit et tag
- name: commit_tag - name: commit_tag