changes on circleci to .circleci/config.yml,
This commit is contained in:
parent
0172fdb99f
commit
eaf29197cf
1 changed files with 2 additions and 3 deletions
|
@ -5,6 +5,5 @@ jobs:
|
||||||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1
|
- image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run: helm repo add argo https://argoproj.github.io/argo-helm
|
||||||
name: lint
|
- run: ct lint --config .circleci/chart-testing.yaml
|
||||||
command: ct lint --config .circleci/chart-testing.yaml
|
|
||||||
|
|
Loading…
Reference in a new issue