diff --git a/.drone.yml b/.drone.yml index 9110706..d4ad4ea 100644 --- a/.drone.yml +++ b/.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\""