This commit is contained in:
Stavros kois
2023-01-17 16:48:03 +02:00
parent 8cf3a7b3b6
commit 0791907c63

View File

@@ -77,7 +77,7 @@ jobs:
while [ $x -gt 0 ];
do
if (elm plugin list | grep unittest); then
if (helm plugin list | grep unittest); then
# If it succeeds set it to 1 and the next command will make it zero and exit the loop
x=1
fi