Skip to content

Commit 5edec3c

Browse files
author
tylertitsworth
committed
add usr bin
1 parent 0da5bad commit 5edec3c

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
@@ -43,7 +43,7 @@ jobs:
4343
- name: Helm Lint, Install, and Test
4444
if: steps.changed.outputs.changed == 'true'
4545
run: |
46-
cp {{ secrets.KUBECTL_PATH }}/kubectl /usr/local/bin/kubectl
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)