patch: pipeline manual
All checks were successful
ci/woodpecker/push/build-pipeline Pipeline was successful

This commit is contained in:
spassignat
2026-05-04 09:12:30 +02:00
parent 72073176d2
commit 92d85fab85
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ steps:
else else
echo "⚠️ Aucun changement à commiter" echo "⚠️ Aucun changement à commiter"
fi fi
ls -als ls -alsR /shared/builds/
depends_on: [ publish ] depends_on: [ publish ]
# Étape 8: Déclencher le déploiement # Étape 8: Déclencher le déploiement

View File

@@ -9,7 +9,7 @@ steps:
commands: | commands: |
env env
BUILD=/shared/builds/$CI_REPO_REMOTE_ID/$CI_PIPELINE_PARENT BUILD=/shared/builds/$CI_REPO_REMOTE_ID/$CI_PIPELINE_PARENT
ls -als /shared/builds/$CI_REPO_REMOTE_ID/ ls -alsR /shared/builds/
source $BUILD source $BUILD
echo new version: ${NEW_VERSION} echo new version: ${NEW_VERSION}
curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar \ curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar \