From 48599cd1aa180341d3d93bb896bd877e59dc6165 Mon Sep 17 00:00:00 2001 From: Vyas Nellutla Date: Sun, 17 Mar 2024 21:19:33 -0500 Subject: [PATCH] refactor: remove circleci --- .circleci/config.yml | 15 --------------- .github/workflows/ci.yaml | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 6e4b6a7..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: 2.1 -jobs: - lint: - docker: - - image: twuni/helm:3.4.1 - steps: - - checkout - - run: - command: helm lint --strict - name: lint -workflows: - version: 2 - default: - jobs: - - lint diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f117ec4..4729a40 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,4 +38,4 @@ jobs: - name: Test run: | helm install docker-registry . --wait --wait-for-jobs - kubectl get all + kubectl get all,pvc