We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da5bad commit 5edec3cCopy full SHA for 5edec3c
.github/workflows/chart-ci.yaml
@@ -43,7 +43,7 @@ jobs:
43
- name: Helm Lint, Install, and Test
44
if: steps.changed.outputs.changed == 'true'
45
run: |
46
- cp {{ secrets.KUBECTL_PATH }}/kubectl /usr/local/bin/kubectl
+ cp {{ secrets.KUBECTL_PATH }}/kubectl /usr/bin/kubectl
47
kubectl config use-context kubeflow
48
ct lint-and-install --target-branch ${{ github.event.repository.default_branch }} --config .github/ct.yaml --debug --namespace helm-ci
49
env:
0 commit comments