remove unnecessary call to build_no.sh

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2018-08-21 16:55:44 -04:00
parent ae0a017b50
commit 7ecf1465b1
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ def leinBuild() {
}
def compileAndroid(e2e = false) {
build_no = common.tagBuild()
if (e2e) {
env.ENVFILE=".env.e2e"
}