ci: fix linting
This commit is contained in:
parent
bb1d400f40
commit
f8a0d2f9e3
3 changed files with 4 additions and 4 deletions
|
@ -44,4 +44,4 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
|
||||||
- kubectl get no -o wide
|
- kubectl get no -o wide
|
||||||
- ct install --config tools/ct.yaml --charts-dirs ./
|
- ct install --config tools/ct.yaml --chart-dirs ./
|
||||||
|
|
|
@ -59,4 +59,4 @@ pipeline:
|
||||||
image: quay.io/helmpack/chart-testing:v3.10.1
|
image: quay.io/helmpack/chart-testing:v3.10.1
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- ct lint --config tools/ct.yaml --charts-dirs ./
|
- ct lint --config tools/ct.yaml --chart-dirs ./
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#helm-extra-args: --timeout 600s
|
# helm-extra-args: --timeout 600s
|
||||||
check-version-increment: false
|
check-version-increment: false
|
||||||
debug: true
|
debug: true
|
||||||
target-branch: main
|
target-branch: main
|
||||||
|
|
Loading…
Reference in a new issue