Skip to content

Commit ec52cad

Browse files
Branch off 2.17
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent df8e9ec commit ec52cad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/analysis/analysis-wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#6: DRONE_BUILD_NUMBER
99
#7: PULL_REQUEST_NUMBER
1010

11-
stableBranch="master"
11+
stableBranch="stable-2.17"
1212
repository="library"
1313

1414
ruby scripts/analysis/findbugs-up.rb $1 $2 $3

scripts/analysis/getBranchName.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# $1: username, $2: password/token, $3: pull request number
44

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

0 commit comments

Comments
 (0)