chore: fix CI

This commit is contained in:
Christian Pauly 2020-11-21 12:43:36 +00:00
parent c106b1d229
commit 8c8cd98a67
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 ..