chore: fix CI

This commit is contained in:
Christian Pauly 2020-11-21 12:43:36 +00:00
parent d3822b0bb0
commit bb4bb9f888
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
/bin/bash ./scripts/prepare-android-release.sh
flutter channel stable
flutter upgrade
flutter pub get

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
/bin/bash ./scripts/prepare-android-release.sh
flutter channel stable
flutter upgrade
flutter pub get

View File

@ -1,5 +1,4 @@
#!/usr/bin/env bash
/bin/bash ./scripts/prepare-android-release.sh
cd android && echo $FDROID_KEY | base64 --decode --ignore-garbage > key.jks && cd ..
cd android && echo "storePassword=${FDROID_KEY_PASS}" >> key.properties && cd ..
cd android && echo "keyPassword=${FDROID_KEY_PASS}" >> key.properties && cd ..