diff --git a/Jenkinsfile b/Jenkinsfile index 8010dd2..87c8f84 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -243,7 +243,7 @@ tasks = [ run: { if ( env.DRYRUN != 'true' ) fastlane('android', 'beta') - }, +/* }, on: 'android', ] } @@ -254,7 +254,7 @@ tasks = [ run: { if ( env.DRYRUN != 'true' ) fastlane('android', 'production') - def currentVersion = [ name: getVersion('versionName') as String, code: getVersion('versionCode') as Integer ] +*/ def currentVersion = [ name: getVersion('versionName') as String, code: getVersion('versionCode') as Integer ] echo("currentVersion = ${currentVersion.toString()}") withGitPassword('bot-ci-dgm', { gitMerge(