From 92d85fab851b96ed3a95f6797d41d16f7cf47908 Mon Sep 17 00:00:00 2001 From: spassignat Date: Mon, 4 May 2026 09:12:30 +0200 Subject: [PATCH] patch: pipeline manual --- .woodpecker/build-pipeline.yml | 2 +- .woodpecker/deploy-pipeline.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/build-pipeline.yml b/.woodpecker/build-pipeline.yml index caa6207..2b00d11 100644 --- a/.woodpecker/build-pipeline.yml +++ b/.woodpecker/build-pipeline.yml @@ -176,7 +176,7 @@ steps: else echo "⚠️ Aucun changement à commiter" fi - ls -als + ls -alsR /shared/builds/ depends_on: [ publish ] # Étape 8: Déclencher le déploiement diff --git a/.woodpecker/deploy-pipeline.yml b/.woodpecker/deploy-pipeline.yml index 65c6a96..3ef6e5e 100644 --- a/.woodpecker/deploy-pipeline.yml +++ b/.woodpecker/deploy-pipeline.yml @@ -9,7 +9,7 @@ steps: commands: | env BUILD=/shared/builds/$CI_REPO_REMOTE_ID/$CI_PIPELINE_PARENT - ls -als /shared/builds/$CI_REPO_REMOTE_ID/ + ls -alsR /shared/builds/ source $BUILD echo new version: ${NEW_VERSION} curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar \