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
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
|
curl -v http://m.daocloud.io/v2/
|
||||||
./hack/diff.sh
|
./hack/diff.sh
|
||||||
- name: Update badge
|
- name: Update badge
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -26,6 +26,7 @@ jobs:
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
|
curl -v http://m.daocloud.io/v2/
|
||||||
./hack/diff.sh
|
./hack/diff.sh
|
||||||
- name: Update badge
|
- name: Update badge
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -29,4 +29,5 @@ jobs:
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
|
curl -v http://m.daocloud.io/v2/
|
||||||
./hack/diff.sh
|
./hack/diff.sh
|
||||||
|
|
|
@ -32,4 +32,5 @@ jobs:
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
|
curl -v http://m.daocloud.io/v2/
|
||||||
./hack/diff.sh
|
./hack/diff.sh
|
||||||
|
|
|
@ -33,4 +33,5 @@ jobs:
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
|
curl -v http://m.daocloud.io/v2/
|
||||||
./hack/diff.sh
|
./hack/diff.sh
|
||||||
|
|
|
@ -28,4 +28,5 @@ jobs:
|
||||||
http_proxy: socks5://127.0.0.1:8080
|
http_proxy: socks5://127.0.0.1:8080
|
||||||
https_proxy: socks5://127.0.0.1:8080
|
https_proxy: socks5://127.0.0.1:8080
|
||||||
run: |
|
run: |
|
||||||
|
curl -v http://m.daocloud.io/v2/
|
||||||
./hack/diff.sh
|
./hack/diff.sh
|
||||||
|
|
Loading…
Reference in New Issue