We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6fd6b commit 0da5badCopy full SHA for 0da5bad
.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
- echo "${{ secrets.KUBECTL_PATH }}" >> $GITHUB_PATH
+ cp {{ secrets.KUBECTL_PATH }}/kubectl /usr/local/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