mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fix travis config
This commit is contained in:
parent
ad1f92aa7d
commit
fd82c8aed9
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ script:
|
|||
mkdir -p app/src/prodRelease/play/release-notes/en-US;
|
||||
fi
|
||||
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
git log --pretty=format:"%s" HEAD^..HEAD > app/src/prodRelease/play/release-notes/en-US/default.txt
|
||||
git log --pretty=format:"%s" HEAD^..HEAD > app/src/prodRelease/play/release-notes/en-US/default.txt;
|
||||
fi
|
||||
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
|
||||
./gradlew publishProdReleaseApk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue