Skip to content

Commit 7cd4a94

Browse files
authored
fix(ci): avoid fetching helm at runtime (#14669)
helm is already present in the github runner base image.
1 parent 8c21c17 commit 7cd4a94

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/integration.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ jobs:
276276
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
277277
with:
278278
go-version-file: go.mod
279-
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
280-
if: matrix.integration_test == 'helm-upgrade'
281279
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
282280
with:
283281
pattern: image-archives-*

0 commit comments

Comments
 (0)