Travis CI deployment to AWS and Github releases #114

Merged
akinwale merged 22 commits from deployment into master 2018-05-09 20:26:58 +02:00
Showing only changes of commit 7a5d620ed4 - Show all commits

View file

@ -3,7 +3,6 @@ cd app
react-native bundle --platform android --dev false --entry-file src/index.js --bundle-output ../src/main/assets/index.android.bundle --assets-dest ../src/main/res/
cd ..
version=$(cat src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
export BUILD_VERSION=$version
buildozer android release
jarsigner -verbose -sigalg SHA1withRSA \
-digestalg SHA1 \