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 = { ->
|
def getVersionCode = { ->
|
||||||
new ByteArrayOutputStream().withStream { stdOut ->
|
new ByteArrayOutputStream().withStream { stdOut ->
|
||||||
exec {
|
exec {
|
||||||
commandLine "sh", "../../scripts/build_no.sh", "--tag"
|
commandLine "sh", "../../scripts/build_no.sh"
|
||||||
standardOutput = stdOut
|
standardOutput = stdOut
|
||||||
errorOutput = System.err
|
errorOutput = System.err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue