File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ permissions: read-all
20
20
concurrency :
21
21
group : ${{ github.workflow }}-${{ github.ref }}
22
22
cancel-in-progress : true
23
- env :
24
- PATH : ${{ secrets.KUBECTL_PATH }}:$PATH
25
- KUBECONFIG : ${{ secrets.KUBECONFIG_PATH }}
26
23
jobs :
27
24
helm-ci :
28
25
runs-on : kubectl
45
42
fi
46
43
- name : Helm Lint, Install, and Test
47
44
if : steps.changed.outputs.changed == 'true'
48
- run : ct lint-and-install --target-branch ${{ github.event.repository.default_branch }} --config .github/ct.yaml --debug --namespace helm-ci
45
+ run : |
46
+ echo "${{ secrets.KUBECTL_PATH }}" >> $GITHUB_PATH
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 :
50
+ KUBECONFIG : ${{ secrets.KUBECONFIG_PATH }}
You can’t perform that action at this time.
0 commit comments