Browse Source

Debug charts dir

master
Fábio Kaiser Rauber 5 months ago
parent
commit
eede2b5aa5
  1. 5
      .drone.yml

5
.drone.yml

@ -14,6 +14,11 @@ steps:
image: alpine/helm:latest
commands:
- mkdir -p charts/dist
# Debug: List repository contents
- echo "Repository root contents:"
- ls -la .
- echo "Charts directory contents:"
- ls -la charts/ || echo "No charts/ directory found"
# Find all versioned chart directories
- ALL_CHARTS=$$(find charts -maxdepth 2 -type d -regex '.*/v[0-9]+\.[0-9]+\.[0-9]+')
- "echo \"Detected charts: $ALL_CHARTS\""

Loading…
Cancel
Save