From 43d30bf1426d8a4cb476eefec4d449cfa20c783e Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:27:02 -0600 Subject: [PATCH] maint: remove refinery target branch --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: