Skip to content

Commit 41e4015

Browse files
xxx
1 parent 861a62c commit 41e4015

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build-release.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ fi
2424
#Make sure we have an up-to-date git log in the text folder as "git-changelog.txt"
2525
git log --simplify-merges --pretty=format:"%ad [%h]:%d %s" --abbrev-commit --date=short > android/assets/text/git-changelog.txt
2626

27-
git diff-index --quiet HEAD --
28-
s=$?
29-
echo "$s"
30-
if [ $s != 0 ]; then
31-
git status
32-
echo
33-
echo "PENDING CHANGES NOT COMMITTED - ABORTING [post project test full rebuild]"
34-
echo
35-
exit -1
36-
fi
37-
3827
version=$(head -n1 version)
3928
version=$(($version + 1 ))
4029
xversion="${version:0:${#version}-2}.${version: -2}"

0 commit comments

Comments
 (0)