From 7a73356ed208aae12174bc7c498dcf4a597b2bb0 Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 16 May 2025 12:02:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17a01616..254f67e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,8 +66,9 @@ variables: before_script: - ls -li - export NEXT_VERSION="$(cat app_new.version)" -# - flutter pub get + - bundle config set --local path 'vendor/bundle' - bundle install --gemfile android/Gemfile --quiet + - gem pristine --all || true cache: paths: - app_new.version @@ -77,8 +78,9 @@ variables: before_script: - ls -li - export NEXT_VERSION="$(cat app_new.version)" -# - flutter pub get + - bundle config set --local path 'vendor/bundle' - bundle install --gemfile ios/Gemfile --quiet + - gem pristine --all || true cache: paths: - app_new.version