other: 新增canary版本打包逻辑
This commit is contained in:
parent
42c6ebe13c
commit
89e2c50a84
@ -52,7 +52,6 @@ variables:
|
||||
before_script:
|
||||
- ls -li
|
||||
- export NEXT_VERSION="$(cat app_new.version)"
|
||||
- export NEXT_VERSION="$(cat app_new.version)"
|
||||
- flutter pub get
|
||||
- bundle install --gemfile android/Gemfile --quiet
|
||||
cache:
|
||||
@ -63,6 +62,7 @@ variables:
|
||||
extends: .build_rule
|
||||
before_script:
|
||||
- ls -li
|
||||
- export NEXT_VERSION="$(cat app_new.version)"
|
||||
- flutter pub get
|
||||
- bundle install --gemfile ios/Gemfile --quiet
|
||||
cache:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user