Merge branch 'develop_sky' into 'canary_release'

fix:恢复原有ci

See merge request StarlockTeam/app-starlock!94
This commit is contained in:
李仪 2025-05-17 10:13:10 +00:00
commit f4fd0668b0

View File

@ -65,6 +65,7 @@ variables:
# - flutter pub get
- export PATH="/opt/homebrew/bin:$PATH"
- eval "$(rbenv init -)"
- bundle config mirror.https://rubygems.org https://gems.ruby-china.com
- bundle install --gemfile android/Gemfile --quiet
cache:
paths:
@ -76,6 +77,9 @@ variables:
- ls -li
- export NEXT_VERSION="$(cat app_new.version)"
# - flutter pub get
- export PATH="/opt/homebrew/bin:$PATH"
- eval "$(rbenv init -)"
- bundle config mirror.https://rubygems.org https://gems.ruby-china.com
- bundle install --gemfile ios/Gemfile --quiet
cache:
paths: