From b794e4aa7b0731b62c8a07b78d2a9cf6790e4ad9 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Sun, 30 May 2021 11:55:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml, scripts/release-playstore-beta.sh files --- .gitlab-ci.yml | 2 +- scripts/release-playstore-beta.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 ..