fix:区分Android和ios的构建时的依赖目录

This commit is contained in:
liyi 2025-06-06 09:38:41 +08:00
parent a55f8d1e73
commit c9ad04d4d9

View File

@ -72,7 +72,7 @@ variables:
- which ruby
- gem env
- bundle config mirror.https://rubygems.org https://gems.ruby-china.com
- bundle install --gemfile android/Gemfile --path vendor/bundle --quiet
- bundle install --gemfile android/Gemfile --path vendor/bundle_android --quiet
cache:
paths:
- app_new.version
@ -92,7 +92,7 @@ variables:
- which ruby
- gem env
- bundle config mirror.https://rubygems.org https://gems.ruby-china.com
- bundle install --gemfile android/Gemfile --path vendor/bundle --quiet
- bundle install --gemfile android/Gemfile --path vendor/bundle_ios --quiet
cache:
paths:
- app_new.version