changes on circleci to .circleci/config.yml,

This commit is contained in:
Alex Collins 2019-10-29 19:09:34 -07:00
parent 0172fdb99f
commit eaf29197cf

View file

@ -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