Merge branch 'develop_sky_liyi' into 'develop_sky'

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

See merge request StarlockTeam/app-starlock!153
This commit is contained in:
李仪 2025-06-06 04:01:38 +00:00
commit 58e0bdeef4

View File

@ -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: