From e8fc8f034666070908453b2c2e09a912f0d06f78 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 31 Oct 2019 10:23:24 -0700 Subject: [PATCH] changes on circleci to .circleci/config.yml, --- .circleci/config.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3a70c9ec..207f992e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,8 +6,17 @@ jobs: steps: - checkout - run: ct lint --config .circleci/chart-testing.yaml + publish: + docker: + - image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1 + steps: + - checkout + - run: false workflows: version: 2 workflow: jobs: - - lint \ No newline at end of file + - lint + - publish: + requires: + - lint \ No newline at end of file