Skip to content

Commit

Permalink
Remove helm v2 CI test
Browse files Browse the repository at this point in the history
Signed-off-by: JenTing Hsiao <[email protected]>
  • Loading branch information
JenTing Hsiao committed Mar 5, 2021
1 parent cc9cdd5 commit 342879f
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,30 +27,3 @@ jobs:
uses: helm/[email protected]
with:
command: install

helm2-lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Fetch history
run: git fetch --prune --unshallow

- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected] # fixed on v1.0.0-alpha.3 for helm2
with:
image: quay.io/cpanato/chart-testing:dev-v2-latest
command: lint

- name: Create kind cluster
uses: helm/[email protected]
# Only build a kind cluster if there are chart changes to test.
if: steps.lint.outputs.changed == 'true'

- name: Run chart-testing (install)
uses: helm/[email protected] # fixed on v1.0.0-alpha.3 for helm2
with:
image: quay.io/cpanato/chart-testing:dev-v2-latest
command: install

0 comments on commit 342879f

Please sign in to comment.