From e0931c1cb4469150e753d6883ea0b0b8b3a9757a Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sun, 4 Aug 2019 22:51:11 -0400 Subject: [PATCH] fixup chart-dirs --- .circleci/ct.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/ct.yaml b/.circleci/ct.yaml index 0dde83f5..5999be0a 100644 --- a/.circleci/ct.yaml +++ b/.circleci/ct.yaml @@ -1,2 +1,3 @@ helm-extra-args: --timeout 600 -chart-dirs: "*" \ No newline at end of file +chart-dirs: + - . \ No newline at end of file