mirror of
https://github.com/status-im/status-react.git
synced 2025-01-22 08:49:22 +00:00
separate --tag argument from the command
This commit is contained in:
parent
3c0fa7feb5
commit
c1af6448d6
@ -99,7 +99,7 @@ def getVersionCode = { ->
|
||||
new ByteArrayOutputStream().withStream { stdOut ->
|
||||
exec {
|
||||
workingDir "../"
|
||||
commandLine "./build_no.sh --tag"
|
||||
commandLine "./build_no.sh", "--tag"
|
||||
standardOutput = stdOut
|
||||
}
|
||||
return stdOut.toString().toInteger()
|
||||
|
Loading…
x
Reference in New Issue
Block a user