fix:切换rubygems镜像为阿里云镜像
This commit is contained in:
parent
a239d28fb8
commit
788a3cc093
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user