.
This commit is contained in:
parent
6007cc9f09
commit
6fdcccff69
@ -28,9 +28,11 @@ jobs:
|
|||||||
files: 'charts/**'
|
files: 'charts/**'
|
||||||
|
|
||||||
- name: List all changed files
|
- name: List all changed files
|
||||||
|
env:
|
||||||
|
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
|
||||||
run: |
|
run: |
|
||||||
echo "performing lint"
|
echo "performing lint"
|
||||||
for file in ${{ steps.changed-files.all_changed_and_modified_files }}; do
|
for file in ${}ALL_CHANGED_FILES; do
|
||||||
echo "$file was changed"
|
echo "$file was changed"
|
||||||
helm lint $file
|
helm lint $file
|
||||||
done
|
done
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
azure:
|
azure:
|
||||||
url
|
url
|
||||||
pool:
|
pool
|
||||||
token:
|
token:
|
||||||
|
|
||||||
harbor:
|
harbor:
|
||||||
|
Loading…
Reference in New Issue
Block a user