SKALE-2202 fix codacy warnings

parent b19f18e2
......@@ -42,7 +42,7 @@ fi
for (( VERSION_NUMBER=0; ; VERSION_NUMBER++ ))
do
RESULT_VERSION="$CONTAINER:$VERSION-$LABEL.$VERSION_NUMBER"
if ! [ $(git tag -l ?"$RESULT_VERSION)" ]
if ! [ $(git tag -l ?"$RESULT_VERSION") ]
then
echo "$RESULT_VERSION"
break
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment