From 0219c128a8c1be5ea39842e40e69295664001efc Mon Sep 17 00:00:00 2001 From: Karl-Philipp Richter Date: Thu, 2 Apr 2020 13:10:23 +0200 Subject: [PATCH] [ci] Print helm version in job lint-charts in order to make debugging of issues more easy (#21619) Signed-off-by: Karl-Philipp Richter --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8813567ab2..0d44311381 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,6 +20,7 @@ jobs: - run: name: lint command: | + helm version --client git remote add k8s https://github.com/helm/charts git fetch k8s master ct lint --config test/ct.yaml