From 788a3cc09334606e3b3be869d6e9d743d0407e0a Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 6 Jun 2025 11:29:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=88=87=E6=8D=A2rubygems=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=B8=BA=E9=98=BF=E9=87=8C=E4=BA=91=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 36569c24..a7c254ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ variables: - ruby -v - which ruby - gem env - - bundle config mirror.https://rubygems.org https://gems.ruby-china.com + - bundle config mirror.https://rubygems.org https://mirrors.aliyun.com/rubygems/ - bundle install --gemfile android/Gemfile --path vendor/bundle_android --quiet cache: paths: @@ -91,7 +91,7 @@ variables: - ruby -v - which ruby - gem env - - bundle config mirror.https://rubygems.org https://gems.ruby-china.com + - bundle config mirror.https://rubygems.org https://mirrors.aliyun.com/rubygems/ - bundle install --gemfile ios/Gemfile --path vendor/bundle_ios --quiet cache: paths: