From b13a320a3a2885257cc6b15ada232802c3353250 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sun, 16 Feb 2025 16:48:55 +0100 Subject: [PATCH] ci: pin analysis on stable branch Signed-off-by: Andy Scherzinger --- scripts/analysis/analysis-wrapper.sh | 2 +- scripts/analysis/lint-results.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/analysis/analysis-wrapper.sh b/scripts/analysis/analysis-wrapper.sh index 47e42258f..00ea6113b 100755 --- a/scripts/analysis/analysis-wrapper.sh +++ b/scripts/analysis/analysis-wrapper.sh @@ -11,7 +11,7 @@ BUILD_NUMBER=$4 PR_NUMBER=$5 -stableBranch="master" +stableBranch="stable-21.0" repository="talk-android" ruby scripts/analysis/lint-up.rb diff --git a/scripts/analysis/lint-results.txt b/scripts/analysis/lint-results.txt index 7db741857..2cc08412b 100644 --- a/scripts/analysis/lint-results.txt +++ b/scripts/analysis/lint-results.txt @@ -1,2 +1,2 @@ DO NOT TOUCH; GENERATED BY DRONE - Lint Report: 36 errors and 104 warnings + Lint Report: 36 errors and 105 warnings