Skip to content

Commit

Permalink
fixing build issues
Browse files Browse the repository at this point in the history
Signed-off-by: kevin <kk@sudo-i.net>
  • Loading branch information
chifu1234 committed Apr 3, 2021
1 parent 8bd50b3 commit d9b6c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ do
tags=$(git tag)
tversion=$(cat $v | jq .version | sed -e 's/\"//g')
version=$(echo ${i%/}-${tversion})
if [[ ${tags[*]} =~ $version ]]
if [[ " ${tags[@]} " =~ " ${version} " ]]
then
echo "exists"
else
Expand Down

0 comments on commit d9b6c8d

Please sign in to comment.