1
0
mirror of synced 2026-02-07 11:15:57 +00:00

Add ssh tools to requirements check

This commit is contained in:
stefanprodan
2020-04-24 20:39:04 +03:00
parent 35163fa9eb
commit bba9ac0aa1
2 changed files with 22 additions and 6 deletions

View File

@@ -39,8 +39,11 @@ jobs:
run: sudo go build -o ./bin/tk ./cmd/tk
- name: Run integration tests
run: |
./bin/tk check
./bin/tk install --manifests ./manifests/install/
- name: Debug failure
if: failure()
run: |
kubectl version --client --short
kustomize version --short
kubectl -n gitops-system get all