feat: dev,pre环境打包采用未来真实版本号.
This commit is contained in:
parent
44bb803754
commit
559b26ab6f
@ -53,7 +53,9 @@ variables:
|
||||
- export NEXT_VERSION="$(cat app_new.version)"
|
||||
- flutter pub get
|
||||
- bundle install --gemfile android/Gemfile --quiet
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- app_new.version
|
||||
|
||||
.setup_fastlane_ios:
|
||||
extends: .build_rule
|
||||
@ -61,6 +63,9 @@ variables:
|
||||
- ls -li
|
||||
- flutter pub get
|
||||
- bundle install --gemfile ios/Gemfile --quiet
|
||||
cache:
|
||||
paths:
|
||||
- app_new.version
|
||||
|
||||
test_lint_check:
|
||||
stage: test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user