fix:恢复原有ci

This commit is contained in:
liyi 2025-05-17 18:12:39 +08:00
parent cb48492f38
commit 0b5fb23eec

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: