API for domains update (#1889)

* API for domains update

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2022-04-23 01:19:14 -06:00
committed by GitHub
parent 8203449d92
commit b3afa34535
11 changed files with 941 additions and 1 deletions

View File

@@ -1346,7 +1346,7 @@ jobs:
result=${result%\%}
echo "result:"
echo $result
threshold=36.3
threshold=36.6
if (( $(echo "$result >= $threshold" |bc -l) )); then
echo "It is equal or greater than threshold, passed!"
else