diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebdc5023..da444e2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ image: - name: registry.gitlab.com/famedly/containers/flutter-dockerimages:stable + name: cirrusci/flutter variables: GIT_SUBMODULE_STRATEGY: recursive diff --git a/scripts/release-playstore-beta.sh b/scripts/release-playstore-beta.sh index ad39c2dc..7d4dcd4b 100755 --- a/scripts/release-playstore-beta.sh +++ b/scripts/release-playstore-beta.sh @@ -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 ..