fix:调整ci
This commit is contained in:
parent
755ec4965c
commit
7a73356ed2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user