remove powershell

This commit is contained in:
p_caiwfeng
2022-02-05 21:44:15 +08:00
parent b9601de423
commit 518ca60cfb

View File

@@ -99,15 +99,11 @@ jobs:
- run: |
docker version
docker run --rm hello-world
- uses: Amadevus/pwsh-script@v2
id: script
with:
script: |
choco install minikube
minikube start --driver=docker
minikube kubectl -- get po -A
choco install make
dir
- run: |
choco install minikube
minikube start --driver=docker
minikube kubectl -- get po -A
choco install make
- name: Kubernetes info
run: |
kubectl cluster-info dump