Skip to content

Commit 9aef705

Browse files
committed
update scripts
Signed-off-by: alperozturk <[email protected]>
1 parent d458de7 commit 9aef705

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/analysis/analysis-wrapper.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BUILD_NUMBER=$4
1111
PR_NUMBER=$5
1212

1313

14-
stableBranch="master"
14+
stableBranch="stable-3.31"
1515
repository="android"
1616

1717
ruby scripts/analysis/lint-up.rb

scripts/analysis/getBranchName.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# $1: username, $2: password/token, $3: pull request number
88

99
if [ -z $3 ] ; then
10-
echo "master";
10+
echo "stable-3.31";
1111
else
12-
curl 2>/dev/null -u $1:$2 https://api.github.com/repos/nextcloud/android/pulls/$3 | grep \"ref\": | grep -v '"master"' | cut -d"\"" -f4
12+
curl 2>/dev/null -u $1:$2 https://api.github.com/repos/nextcloud/android/pulls/$3 | grep \"ref\": | grep -v '"stable-3.31"' | cut -d"\"" -f4
1313
fi

0 commit comments

Comments
 (0)