diff --git a/Jenkinsfile b/Jenkinsfile index a21d62a..54bfc56 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -93,10 +93,8 @@ sh("git checkout ${lazyConfig['branch']}") }, run: { - // Check project info with Fastlane - withEnv(["VERSION=${currentBuild.displayName}"],) { - fastLane('android', 'info') - } + // Check project structure and tooling + fastLane('android', 'validate') }, args: "-v /opt/android:/opt/android" + " -e ANDROID_HOME=${env.ANDROID_HOME}"