chore(lint): Run shfmt

This commit is contained in:
Lev Vereshchagin
2021-12-10 11:56:18 +03:00
parent be7c6254f8
commit 0b861de117
5 changed files with 201 additions and 201 deletions

View File

@@ -4,9 +4,9 @@ set -e
set -x
get_tag() {
tags=$(git ls-remote --refs --tags --sort='v:refname' "https://github.com/$1" "v$2.*")
tag=$(echo "$tags" | tail -n1 | sed 's/.*\///')
echo "$tag"
tags=$(git ls-remote --refs --tags --sort='v:refname' "https://github.com/$1" "v$2.*")
tag=$(echo "$tags" | tail -n1 | sed 's/.*\///')
echo "$tag"
}
FRAPPE_VERSION=$(get_tag frappe/frappe "$VERSION")