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
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: lint
|
||||
command: ct lint --config .circleci/chart-testing.yaml
|
||||
- run: helm repo add argo https://argoproj.github.io/argo-helm
|
||||
- run: ct lint --config .circleci/chart-testing.yaml
|
||||
|
|
Loading…
Reference in a new issue