fix(ci): use correct clustertool binary reference

This commit is contained in:
Kjeld Schouten
2025-04-07 23:31:58 +02:00
parent c31aac4480
commit 0c8becd47f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
charts_path: "./"
run: |
CHANGED=$(echo '${{ steps.list-changed.outputs.CHANGED_CHARTS }}' | jq --raw-output '.[]')
./temp/clustertool-bin deps ${CHANGED}
./temp/clustertool deps ${CHANGED}
- name: Run Chart Linting
continue-on-error: true