fix: 修复构建失败问题。

This commit is contained in:
Liuyf 2025-05-26 11:57:28 +08:00
parent 9f9c31862e
commit 09f75dbd4a

View File

@ -63,9 +63,9 @@ variables:
- ls -li - ls -li
- export NEXT_VERSION="$(cat app_new.version)" - export NEXT_VERSION="$(cat app_new.version)"
# - flutter pub get # - flutter pub get
# - export PATH="/opt/homebrew/bin:$PATH" - export PATH="/opt/homebrew/bin:$PATH"
# - eval "$(rbenv init -)" - eval "$(rbenv init -)"
# - 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 --quiet - bundle install --gemfile android/Gemfile --quiet
cache: cache:
paths: paths:
@ -77,9 +77,9 @@ variables:
- ls -li - ls -li
- export NEXT_VERSION="$(cat app_new.version)" - export NEXT_VERSION="$(cat app_new.version)"
# - flutter pub get # - flutter pub get
# - export PATH="/opt/homebrew/bin:$PATH" - export PATH="/opt/homebrew/bin:$PATH"
# - eval "$(rbenv init -)" - eval "$(rbenv init -)"
# - 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 ios/Gemfile --quiet - bundle install --gemfile ios/Gemfile --quiet
cache: cache:
paths: paths: