feat: dev,pre环境打包采用未来真实版本号.

This commit is contained in:
Liuyf 2024-10-19 13:34:13 +08:00
parent 44bb803754
commit 559b26ab6f

View File

@ -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