To use DeleteMultipleObjects func and be able to debug via Browser (#1730)

This commit is contained in:
Cesar Celis Hernandez
2022-03-17 14:27:45 -04:00
committed by GitHub
parent 0c38e93b83
commit 39453de8fb
3 changed files with 39 additions and 32 deletions

View File

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