Add ping (#270)
This commit is contained in:
parent
0190cd2e06
commit
729acaa1a5
|
@ -25,6 +25,7 @@ jobs:
|
|||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
curl -v http://m.daocloud.io/v2/
|
||||
./hack/diff.sh
|
||||
- name: Update badge
|
||||
env:
|
||||
|
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
curl -v http://m.daocloud.io/v2/
|
||||
./hack/diff.sh
|
||||
- name: Update badge
|
||||
env:
|
||||
|
|
|
@ -29,4 +29,5 @@ jobs:
|
|||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
curl -v http://m.daocloud.io/v2/
|
||||
./hack/diff.sh
|
||||
|
|
|
@ -32,4 +32,5 @@ jobs:
|
|||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
curl -v http://m.daocloud.io/v2/
|
||||
./hack/diff.sh
|
||||
|
|
|
@ -33,4 +33,5 @@ jobs:
|
|||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
curl -v http://m.daocloud.io/v2/
|
||||
./hack/diff.sh
|
||||
|
|
|
@ -28,4 +28,5 @@ jobs:
|
|||
http_proxy: socks5://127.0.0.1:8080
|
||||
https_proxy: socks5://127.0.0.1:8080
|
||||
run: |
|
||||
curl -v http://m.daocloud.io/v2/
|
||||
./hack/diff.sh
|
||||
|
|
Loading…
Reference in New Issue