提交 150398a6 编写于 作者: I Ilya Zuyev

revert master.yaml formatting

上级 251f2563
...@@ -293,7 +293,7 @@ jobs: ...@@ -293,7 +293,7 @@ jobs:
shell: powershell shell: powershell
run: | run: |
echo $env:computerName echo $env:computerName
ls ls
$ErrorActionPreference = "SilentlyContinue" $ErrorActionPreference = "SilentlyContinue"
cd minikube_binaries cd minikube_binaries
ls ls
...@@ -330,7 +330,7 @@ jobs: ...@@ -330,7 +330,7 @@ jobs:
$docker_running = $? $docker_running = $?
} }
Write-Output "Docker is running" Write-Output "Docker is running"
docker system prune -f docker system prune -f
- name: Info - name: Info
shell: powershell shell: powershell
run: | run: |
...@@ -665,7 +665,7 @@ jobs: ...@@ -665,7 +665,7 @@ jobs:
shell: powershell shell: powershell
run: | run: |
echo $env:computerName echo $env:computerName
ls ls
$ErrorActionPreference = "SilentlyContinue" $ErrorActionPreference = "SilentlyContinue"
cd minikube_binaries cd minikube_binaries
ls ls
...@@ -702,7 +702,7 @@ jobs: ...@@ -702,7 +702,7 @@ jobs:
$docker_running = $? $docker_running = $?
} }
Write-Output "Docker is running" Write-Output "Docker is running"
docker system prune -f docker system prune -f
- name: Info - name: Info
shell: powershell shell: powershell
run: | run: |
...@@ -864,7 +864,7 @@ jobs: ...@@ -864,7 +864,7 @@ jobs:
run: | run: |
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-arm64 curl -LO https://github.com/medyagh/gopogh/releases/download/v0.6.0/gopogh-linux-arm64
sudo install gopogh-linux-arm64 /usr/local/bin/gopogh sudo install gopogh-linux-arm64 /usr/local/bin/gopogh
- name: Install tools - name: Install tools
shell: bash shell: bash
run: | run: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册