Delete Multiple Service Accounts (#1737)

Co-authored-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Cesar Celis Hernandez
2022-03-19 20:30:20 -04:00
committed by GitHub
parent e29fa04051
commit 144979b372
3 changed files with 135 additions and 94 deletions

View File

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