checkif unittest is isntalled

This commit is contained in:
Stavros kois
2023-01-16 21:23:07 +02:00
parent 61cf242dd0
commit 7459da29ad

View File

@@ -73,6 +73,10 @@ jobs:
retries=5
x=$retries
if helm unittest -h > /dev/null; then
x=0
fi
while [ $x -gt 0 ];
do
# If it succeeds set it to 1 and the next command will make it zero and exit the loop