Revert "[ios] Use today's commits count and two numbers from commit hash in the build number"
This reverts commit ee36eb8d12
.
This commit is contained in:
parent
8dfd9a789c
commit
4b15a12893
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@ function ios_version {
|
|||
}
|
||||
|
||||
function ios_build {
|
||||
MINOR=$((16#${GIT_HASH:0:4}))
|
||||
PATCH=$((16#${GIT_HASH:4:4}))
|
||||
echo "$COUNT.$MINOR.$PATCH"
|
||||
echo "$COUNT"
|
||||
}
|
||||
|
||||
function count {
|
||||
|
|
Reference in a new issue