mirror of
https://github.com/status-im/status-react.git
synced 2025-01-14 13:06:50 +00:00
don't add tags when running build_no.sh from gradle
This commit is contained in:
parent
bf0e8ddd5f
commit
bd1422c627
@ -98,7 +98,7 @@ def enableProguardInReleaseBuilds = false
|
||||
def getVersionCode = { ->
|
||||
new ByteArrayOutputStream().withStream { stdOut ->
|
||||
exec {
|
||||
commandLine "sh", "../../scripts/build_no.sh", "--tag"
|
||||
commandLine "sh", "../../scripts/build_no.sh"
|
||||
standardOutput = stdOut
|
||||
errorOutput = System.err
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user