Merge branch 'develop_sky_liyi' into 'canary_release'

fix:调整ci

See merge request StarlockTeam/app-starlock!58
This commit is contained in:
李仪 2025-05-16 04:05:42 +00:00
commit 067b5f9022

View File

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