fix(ci): use correct clustertool binary reference
This commit is contained in:
@@ -122,7 +122,7 @@ jobs:
|
|||||||
charts_path: "./"
|
charts_path: "./"
|
||||||
run: |
|
run: |
|
||||||
CHANGED=$(echo '${{ steps.list-changed.outputs.CHANGED_CHARTS }}' | jq --raw-output '.[]')
|
CHANGED=$(echo '${{ steps.list-changed.outputs.CHANGED_CHARTS }}' | jq --raw-output '.[]')
|
||||||
./temp/clustertool-bin deps ${CHANGED}
|
./temp/clustertool deps ${CHANGED}
|
||||||
|
|
||||||
- name: Run Chart Linting
|
- name: Run Chart Linting
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ repos:
|
|||||||
- id: requirements-txt-fixer # sorts entries in requirements.txt.
|
- id: requirements-txt-fixer # sorts entries in requirements.txt.
|
||||||
exclude: ^archive/
|
exclude: ^archive/
|
||||||
- id: check-added-large-files # prevents giant files from being committed.
|
- 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.
|
- id: check-yaml # checks yaml files for parseable syntax.
|
||||||
exclude: (^archive|^website\/public|templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml|common-test\/.*\.yaml|^clustertool)
|
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.
|
- id: detect-private-key # detects the presence of private keys.
|
||||||
|
|||||||
Reference in New Issue
Block a user