|
|
@ -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\"" |
|
|
|