suppress wget log #3

This commit is contained in:
Felix Lohmeier 2021-06-11 19:32:58 +02:00
parent 0287f46a82
commit 20bc39ed74
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ tasks:
>> "{{.PROJECT}}.log" 2>&1 &
- | # wait until OpenRefine API is available
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
done"