Change ci

This commit is contained in:
tom79 2019-12-14 11:34:36 +01:00
parent 332708a8ed
commit 82a502ed5f
3 changed files with 1 additions and 2 deletions

View File

@ -23,6 +23,7 @@ assembleDebug:
- app/build/outputs/apk/playstore/debug/app-playstore-debug.apk
policy: push
script:
- ./gradlew copyAllReleaseNotes
- ./gradlew assembleDebug
lintDebug:

View File

@ -57,7 +57,6 @@ allprojects {
}
task copyAllReleaseNotes(type: Copy) {
print "$buildDir"
from "$buildDir/../src/main/assets/changelogs/"
include "*.txt"
into "$buildDir/../../fastlane/metadata/android/en-US/changelogs/"

View File

@ -1 +0,0 @@
../../../../app/src/main/assets/changelogs