Merge branch 'develop_sky_liyi' into 'develop_sky'
fix:区分Android和ios的构建时的依赖目录 See merge request StarlockTeam/app-starlock!151
This commit is contained in:
commit
f6d6814e72
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user