From 7ecf1465b18e63106d26381b4a11176fd0143f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 21 Aug 2018 16:55:44 -0400 Subject: [PATCH] remove unnecessary call to build_no.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/mobile.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/mobile.groovy b/ci/mobile.groovy index 37d893cced..2199f2bd6d 100644 --- a/ci/mobile.groovy +++ b/ci/mobile.groovy @@ -33,7 +33,6 @@ def leinBuild() { } def compileAndroid(e2e = false) { - build_no = common.tagBuild() if (e2e) { env.ENVFILE=".env.e2e" }