Browse Source

Remove debug message

master
Fábio Kaiser Rauber 5 months ago
parent
commit
45f1b957fc
  1. 2
      .drone.yml

2
.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

Loading…
Cancel
Save