mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 10:12:49 +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:
|
||||
name: registry.gitlab.com/famedly/containers/flutter-dockerimages:stable
|
||||
name: cirrusci/flutter
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
@ -4,5 +4,7 @@ flutter build appbundle --target-platform android-arm,android-arm64,android-x64
|
||||
mkdir -p build/android
|
||||
cp build/app/outputs/bundle/release/app-release.aab build/android/
|
||||
cd android
|
||||
bundle install
|
||||
bundle update fastlane
|
||||
bundle exec fastlane deploy_internal_test
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user