Skip to content

Commit

Permalink
chore: generate app bundles (fossasia#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudyPadmal authored Aug 19, 2019
1 parent bc93417 commit 76a7243
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/upload-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" -o "$TRAVIS_REPO_SLUG" != "fossasia/neuro
exit 0
fi

# Generates app bundle
./gradlew bundleRelease

# Clone the repository
git clone --quiet --branch=apk https://fossasia:$GITHUB_KEY@github.com/fossasia/neurolab-android apk > /dev/null

Expand Down

0 comments on commit 76a7243

Please sign in to comment.