mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-25 19:44:17 +01:00
Update .gitlab-ci.yml, scripts/release-playstore-beta.sh files
This commit is contained in:
parent
6f98e02dd0
commit
12fe90eaa5
@ -1,5 +1,5 @@
|
|||||||
image:
|
image:
|
||||||
name: registry.gitlab.com/famedly/containers/flutter-dockerimages:stable
|
name: cirrusci/flutter
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
@ -4,5 +4,7 @@ flutter build appbundle --target-platform android-arm,android-arm64,android-x64
|
|||||||
mkdir -p build/android
|
mkdir -p build/android
|
||||||
cp build/app/outputs/bundle/release/app-release.aab build/android/
|
cp build/app/outputs/bundle/release/app-release.aab build/android/
|
||||||
cd android
|
cd android
|
||||||
|
bundle install
|
||||||
|
bundle update fastlane
|
||||||
bundle exec fastlane deploy_internal_test
|
bundle exec fastlane deploy_internal_test
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user