Replace wget by curl
This commit is contained in:
parent
53a4d4cf45
commit
74f3848b75
@ -2,7 +2,7 @@ actions:
|
|||||||
- replace:
|
- replace:
|
||||||
- target: "spec"
|
- target: "spec"
|
||||||
find: |
|
find: |
|
||||||
if ping -c 3 -w 20 8.8.8.8 && wget http://libguestfs.org -O /dev/null; then
|
if ping -c 3 -w 20 8.8.8.8 && curl http://libguestfs.org -o /dev/null; then
|
||||||
extra=
|
extra=
|
||||||
else
|
else
|
||||||
mkdir cachedir repo
|
mkdir cachedir repo
|
||||||
|
Loading…
Reference in New Issue
Block a user