Skip to content

Commit cd67a48

Browse files
author
tylertitsworth
committed
use action instead
1 parent 5edec3c commit cd67a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chart-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0
30+
- uses: azure/setup-kubectl@v4
3031
- uses: azure/setup-helm@v4.2.0
3132
- uses: actions/setup-python@v5
3233
with:
@@ -43,7 +44,6 @@ jobs:
4344
- name: Helm Lint, Install, and Test
4445
if: steps.changed.outputs.changed == 'true'
4546
run: |
46-
cp {{ secrets.KUBECTL_PATH }}/kubectl /usr/bin/kubectl
4747
kubectl config use-context kubeflow
4848
ct lint-and-install --target-branch ${{ github.event.repository.default_branch }} --config .github/ct.yaml --debug --namespace helm-ci
4949
env:

0 commit comments

Comments
 (0)