fix:调整ci

This commit is contained in:
liyi 2025-05-16 12:02:34 +08:00
parent 755ec4965c
commit 7a73356ed2

View File

@ -66,8 +66,9 @@ variables:
before_script:
- ls -li
- export NEXT_VERSION="$(cat app_new.version)"
# - flutter pub get
- bundle config set --local path 'vendor/bundle'
- bundle install --gemfile android/Gemfile --quiet
- gem pristine --all || true
cache:
paths:
- app_new.version
@ -77,8 +78,9 @@ variables:
before_script:
- ls -li
- export NEXT_VERSION="$(cat app_new.version)"
# - flutter pub get
- bundle config set --local path 'vendor/bundle'
- bundle install --gemfile ios/Gemfile --quiet
- gem pristine --all || true
cache:
paths:
- app_new.version