fix done, part 2

This commit is contained in:
tobiaskaminsky 2017-07-14 09:45:44 +02:00
parent f70c8fdb06
commit 930c64f0b1
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -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: