mirror of
https://github.com/opencultureconsulting/openrefine-task-runner.git
synced 2025-03-30 00:00:42 +01:00
suppress wget log #3
This commit is contained in:
parent
0287f46a82
commit
20bc39ed74
@ -65,7 +65,7 @@ tasks:
|
|||||||
>> "{{.PROJECT}}.log" 2>&1 &
|
>> "{{.PROJECT}}.log" 2>&1 &
|
||||||
- | # wait until OpenRefine API is available
|
- | # wait until OpenRefine API is available
|
||||||
timeout 30s bash -c "until
|
timeout 30s bash -c "until
|
||||||
wget -q -O - http://localhost:{{.PORT}} | cat | grep -q -o OpenRefine
|
wget -q -O - -o /dev/null http://localhost:{{.PORT}} | cat | grep -q -o OpenRefine
|
||||||
do sleep 1
|
do sleep 1
|
||||||
done"
|
done"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user