mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:35:49 +00:00
Installing kubectl from actions from marketplace resolv v5
This commit is contained in:
parent
fb0ef1e1e0
commit
33139187fe
1 changed files with 2 additions and 4 deletions
6
.github/workflows/maven-build.yml
vendored
6
.github/workflows/maven-build.yml
vendored
|
@ -74,10 +74,8 @@ jobs:
|
||||||
|
|
||||||
- name: check kubectl
|
- name: check kubectl
|
||||||
run: |
|
run: |
|
||||||
echo "---------"
|
cat ~/.kube/config
|
||||||
echo "---------"
|
|
||||||
kubectl get nodes
|
|
||||||
kubectl get pods
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue