develop_sky #1

Merged
liyi merged 62 commits from develop_sky into develop_sky_liyi 2025-09-22 17:48:20 +08:00
Showing only changes of commit f6d6814e72 - Show all commits

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