From 00a74b8a989bce23693b3ede20ce53da94553ed2 Mon Sep 17 00:00:00 2001 From: liyi Date: Fri, 6 Jun 2025 11:35:07 +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 100adeb4..55811bd6 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: @@ -90,7 +90,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: