mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-05 22:05:11 +00:00
changes due to CR
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
7e9b85b94e
commit
384eeb40cc
@ -12,7 +12,6 @@ pipeline:
|
||||
image: nextcloudci/android:android-33
|
||||
commands:
|
||||
# needs gplay
|
||||
- sed -i '/.*com.google.*/s/^.*\\/\\///g' build.gradle
|
||||
- export BRANCH=$(scripts/lint/getBranchName.sh $GIT_USERNAME $GIT_TOKEN $DRONE_PULL_REQUEST)
|
||||
- scripts/lint/lint-up-wrapper.sh $GIT_USERNAME $GIT_TOKEN $BRANCH $LOG_USERNAME $LOG_PASSWORD $DRONE_BUILD_NUMBER
|
||||
secrets: [ GIT_USERNAME, GIT_TOKEN, LOG_USERNAME, LOG_PASSWORD ]
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -56,4 +56,4 @@ freeline_project_description.json
|
||||
.gradle/
|
||||
build/
|
||||
.idea/
|
||||
/gradle.properties
|
||||
/gradle.properties
|
||||
|
@ -6,4 +6,4 @@ if [ -z $3 ] ; then
|
||||
echo "master";
|
||||
else
|
||||
curl 2>/dev/null -u $1:$2 https://api.github.com/repos/nextcloud/talk-android/pulls/$3 | grep \"ref\": | grep -v master | cut -d"\"" -f4
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user