remove unnecessary call to build_no.sh
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ae0a017b50
commit
7ecf1465b1
|
@ -33,7 +33,6 @@ def leinBuild() {
|
|||
}
|
||||
|
||||
def compileAndroid(e2e = false) {
|
||||
build_no = common.tagBuild()
|
||||
if (e2e) {
|
||||
env.ENVFILE=".env.e2e"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue