ci: remove setup-helm step (#9404)

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
This commit is contained in:
Jintao Zhang 2022-12-13 00:45:34 +08:00 committed by GitHub
parent 8736b3b9a7
commit 4f528fc70a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -245,12 +245,6 @@ jobs:
name: docker.tar.gz
failOnError: false
- name: Prepare cluster for testing
uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 #v2.1
with:
version: 'v3.8.0'
id: local-path
- name: Load images from cache
run: |
echo "loading docker images..."
@ -305,12 +299,6 @@ jobs:
name: docker.tar.gz
failOnError: false
- name: Prepare cluster for testing
uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 #v2.1
with:
version: 'v3.8.0'
id: local-path
- name: Load images from cache
run: |
echo "loading docker images..."