From cbdcee52aceb6be14b60f3827471fce10ac17f68 Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Mon, 16 Dec 2024 13:48:46 +0000 Subject: [PATCH] Quick fix --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 1cb64cea602..1ee83114066 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -35,7 +35,7 @@ lane :stop_mock_server do end lane :run_sonar_analysis do |options| - next unless is_check_required(sources: sources_matrix[:unit], force_check: @force_check) + next unless is_check_required(sources: sources_matrix[:sonar], force_check: @force_check) Dir.chdir('..') { sh('./gradlew sonar') } end