fix: remove debug statement

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
Christian Kotzbauer 2021-10-09 10:50:50 +02:00
parent 006731c8e5
commit cf8c89e62a
1 changed files with 0 additions and 4 deletions

View File

@ -38,9 +38,5 @@ jobs:
uses: helm/kind-action@v1.2.0 uses: helm/kind-action@v1.2.0
if: steps.list-changed.outputs.changed == 'true' if: steps.list-changed.outputs.changed == 'true'
- run: |
kubectl config set-context kind-chart-testing
kubectl get storageclass
- name: Run chart-testing (install) - name: Run chart-testing (install)
run: ct install --target-branch main run: ct install --target-branch main