fix(ci): correct linter clustertool use
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 deps ${CHANGED}
|
./temp/clustertool charts deps ${CHANGED}
|
||||||
|
|
||||||
- name: Run Chart Linting
|
- name: Run Chart Linting
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
Reference in New Issue
Block a user