From 787f7d6d8b0fd4b7066246a0d6a04ecf4cd8593e Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Tue, 29 Oct 2019 19:03:02 -0700 Subject: [PATCH] changes on circleci to --- .circleci/chart-testing.yaml | 0 .circleci/config.yml | 18 ++++++++++-------- .gitignore | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 .circleci/chart-testing.yaml diff --git a/.circleci/chart-testing.yaml b/.circleci/chart-testing.yaml new file mode 100644 index 00000000..e69de29b diff --git a/.circleci/config.yml b/.circleci/config.yml index ee742d17..11a0b039 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,8 +1,10 @@ -version: 2.1 -orbs: - helm: banzaicloud/helm@0.0.5 -workflows: - helm-chart-lint: - jobs: - - helm/lint-chart: - charts-dir: charts +version: 2.0 +jobs: + build: + docker: + - image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1 + steps: + - checkout + - run: + name: lint + command: ct lint --config .circleci/chart-testing.yaml diff --git a/.gitignore b/.gitignore index 8a77cce9..ad3d67a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ output .vscode .DS_Store -/*.tgz \ No newline at end of file +*.tgz