develop_sky #1
@ -60,6 +60,8 @@ variables:
|
|||||||
.setup_fastlane_android:
|
.setup_fastlane_android:
|
||||||
extends: .build_rule
|
extends: .build_rule
|
||||||
before_script:
|
before_script:
|
||||||
|
- export PUB_HOSTED_URL=https://pub.flutter-io.cn
|
||||||
|
- export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
|
||||||
- ls -li
|
- ls -li
|
||||||
- export NEXT_VERSION="$(cat app_new.version)"
|
- export NEXT_VERSION="$(cat app_new.version)"
|
||||||
# - flutter pub get
|
# - flutter pub get
|
||||||
@ -74,6 +76,8 @@ variables:
|
|||||||
.setup_fastlane_ios:
|
.setup_fastlane_ios:
|
||||||
extends: .build_rule
|
extends: .build_rule
|
||||||
before_script:
|
before_script:
|
||||||
|
- export PUB_HOSTED_URL=https://pub.flutter-io.cn
|
||||||
|
- export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn
|
||||||
- ls -li
|
- ls -li
|
||||||
- export NEXT_VERSION="$(cat app_new.version)"
|
- export NEXT_VERSION="$(cat app_new.version)"
|
||||||
# - flutter pub get
|
# - flutter pub get
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user