fix:切换rubygems镜像为阿里云镜像

This commit is contained in:
liyi 2025-06-06 11:35:07 +08:00
parent 7a446fdb52
commit 00a74b8a98

View File

@ -71,7 +71,7 @@ variables:
- ruby -v - ruby -v
- which ruby - which ruby
- gem env - 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 - bundle install --gemfile android/Gemfile --path vendor/bundle_android --quiet
cache: cache:
paths: paths:
@ -90,7 +90,7 @@ variables:
- ruby -v - ruby -v
- which ruby - which ruby
- gem env - 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 - bundle install --gemfile ios/Gemfile --path vendor/bundle_ios --quiet
cache: cache:
paths: paths: