Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2022-10-11 15:25:41 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2022-10-11 15:25:41 +0300
commitf92cef0415754852734829cc152b9d129a7bef2b (patch)
treef0fd163e7e8e0404764f83856f1861861522394a /scripts
parent3377021d2c2796fd695b0eb7cd26fb8a2cecdf05 (diff)
remove unused var
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/analysis/analysis-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/analysis/analysis-wrapper.sh b/scripts/analysis/analysis-wrapper.sh
index 363e36e30..5d84ea0f7 100755
--- a/scripts/analysis/analysis-wrapper.sh
+++ b/scripts/analysis/analysis-wrapper.sh
@@ -119,7 +119,7 @@ else
notNull="org.jetbrains.annotations.NotNull is used. Please use androidx.annotation.NonNull instead.<br><br>"
fi
- payload="{ \"body\" : \"$codacyResult $lintResult $spotbugsResult $checkLibraryMessage $lintMessage $spotbugsMessage $gplayLimitation $notNull\" }"
+ payload="{ \"body\" : \"$codacyResult $lintResult $spotbugsResult $lintMessage $spotbugsMessage $gplayLimitation $notNull\" }"
curl_gh -X POST "https://api.github.com/repos/nextcloud/$repository/issues/${PR_NUMBER}/comments" -d "$payload"
if [ ! -z "$gplayLimitation" ]; then