From 45f1b957fcfed6ba5c58cfe8c9a8474cd2ed3fe2 Mon Sep 17 00:00:00 2001 From: Fabio Date: Mon, 7 Apr 2025 11:43:41 -0300 Subject: [PATCH] Remove debug message --- .drone.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b470bb9..8b0b3d1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,8 +18,6 @@ steps: - ALL_CHARTS=$(find charts -maxdepth 2 -type d | grep "/v[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+$") - "echo \"Detected charts: $ALL_CHARTS\"" - if [ -n "$ALL_CHARTS" ]; then echo "$ALL_CHARTS" | xargs -I {} helm package {} --destination charts/dist; else echo "No charts found in repository"; exit 1; fi - # Debug: List packaged files - - ls -la charts/dist/ || echo "No files in charts/dist/" depends_on: - lint-charts