We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edec3c commit cd67a48Copy full SHA for cd67a48
.github/workflows/chart-ci.yaml
@@ -27,6 +27,7 @@ jobs:
27
- uses: actions/checkout@v4
28
with:
29
fetch-depth: 0
30
+ - uses: azure/setup-kubectl@v4
31
- uses: azure/setup-helm@v4.2.0
32
- uses: actions/setup-python@v5
33
@@ -43,7 +44,6 @@ jobs:
43
44
- name: Helm Lint, Install, and Test
45
if: steps.changed.outputs.changed == 'true'
46
run: |
- 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