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