Merge branch 'develop_sky_liyi' into 'develop_sky'

fix:调整ci流程

See merge request StarlockTeam/app-starlock!150
This commit is contained in:
李仪 2025-06-06 01:21:30 +00:00
commit d9235bd81f

View File

@ -68,8 +68,11 @@ variables:
- export PATH="/opt/homebrew/bin:$PATH"
- eval "$(rbenv init -)"
- rbenv global 2.6.10 # 你实际用的 Ruby 版本
- ruby -v
- which ruby
- gem env
- bundle config mirror.https://rubygems.org https://gems.ruby-china.com
- bundle install --gemfile android/Gemfile --quiet
- bundle install --gemfile android/Gemfile --path vendor/bundle --quiet
cache:
paths:
- app_new.version
@ -81,12 +84,15 @@ variables:
- export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
- ls -li
- export NEXT_VERSION="$(cat app_new.version)"
# - flutter pub get
- flutter pub get
- export PATH="/opt/homebrew/bin:$PATH"
- eval "$(rbenv init -)"
- rbenv global 2.6.10 # 你实际用的 Ruby 版本
- ruby -v
- which ruby
- gem env
- bundle config mirror.https://rubygems.org https://gems.ruby-china.com
- bundle install --gemfile ios/Gemfile --quiet
- bundle install --gemfile android/Gemfile --path vendor/bundle --quiet
cache:
paths:
- app_new.version