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 \