Travis CI deployment to AWS and Github releases #114
1 changed files with 0 additions and 1 deletions
|
@ -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/
|
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 ..
|
cd ..
|
||||||
version=$(cat src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
version=$(cat src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
||||||
export BUILD_VERSION=$version
|
|
||||||
buildozer android release
|
buildozer android release
|
||||||
jarsigner -verbose -sigalg SHA1withRSA \
|
jarsigner -verbose -sigalg SHA1withRSA \
|
||||||
-digestalg SHA1 \
|
-digestalg SHA1 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue