mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
fix done, part 2
This commit is contained in:
parent
f70c8fdb06
commit
930c64f0b1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ pipeline:
|
|||
image: nextcloudci/android:android-18
|
||||
commands:
|
||||
# needs gplay
|
||||
- sed -i '/com.google.*.gms/s/^.*\/\///g' build.gradle
|
||||
- sed -i '/com.google.*.gms/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}
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue