From 5ca0ba4a1264404556a5b6e1fc7dc4825eead464 Mon Sep 17 00:00:00 2001 From: liyi Date: Tue, 12 Aug 2025 10:54:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=EF=BC=8C=E4=B8=BA=E4=BA=86=E4=BF=AE=E5=A4=8Dci=E7=9A=84?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55811bd6..b4f68005 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,6 +73,7 @@ variables: - gem env - bundle config mirror.https://rubygems.org https://mirrors.aliyun.com/rubygems/ - bundle install --gemfile android/Gemfile --path vendor/bundle_android --quiet + - flutter clean cache: paths: - app_new.version @@ -92,6 +93,7 @@ variables: - gem env - bundle config mirror.https://rubygems.org https://mirrors.aliyun.com/rubygems/ - bundle install --gemfile ios/Gemfile --path vendor/bundle_ios --quiet + - flutter clean cache: paths: - app_new.version