Merge branch 'develop_sky_liyi' into 'develop_sky'

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

See merge request StarlockTeam/app-starlock!151
This commit is contained in:
李仪 2025-06-06 01:39:46 +00:00
commit f6d6814e72

View File

@ -72,7 +72,7 @@ variables:
- 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://gems.ruby-china.com
- bundle install --gemfile android/Gemfile --path vendor/bundle --quiet - bundle install --gemfile android/Gemfile --path vendor/bundle_android --quiet
cache: cache:
paths: paths:
- app_new.version - app_new.version
@ -92,7 +92,7 @@ variables:
- 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://gems.ruby-china.com
- bundle install --gemfile android/Gemfile --path vendor/bundle --quiet - bundle install --gemfile android/Gemfile --path vendor/bundle_ios --quiet
cache: cache:
paths: paths:
- app_new.version - app_new.version