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

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

View File

@@ -35,7 +35,7 @@ repos:
- id: requirements-txt-fixer # sorts entries in requirements.txt.
exclude: ^archive/
- id: check-added-large-files # prevents giant files from being committed.
exclude: \.(png|jpg|jpeg|svg|yaml|yml|tpl|md)$|clustertool-bin$
exclude: \.(png|jpg|jpeg|svg|yaml|yml|tpl|md)$
- id: check-yaml # checks yaml files for parseable syntax.
exclude: (^archive|^website\/public|templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml|common-test\/.*\.yaml|^clustertool)
- id: detect-private-key # detects the presence of private keys.