From eaf29197cfe47c927262969d2f3fb716ee21d509 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Tue, 29 Oct 2019 19:09:34 -0700 Subject: [PATCH] changes on circleci to .circleci/config.yml, --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 11a0b039..b399d88e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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