diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e54577..c78623b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,10 +18,10 @@ jobs: minikube start --driver=none --kubernetes-version=${K8S_VERSION} - run: name: Lint charts - command: ct lint --config ./ct.yaml --target-branch refinery-2.X-work-branch + command: ct lint --config ./ct.yaml - run: name: Test charts - command: ct install --config ./ct.yaml --target-branch refinery-2.X-work-branch + command: ct install --config ./ct.yaml release-charts: