Fix typo
This commit is contained in:
parent
e1d74a8071
commit
1e8ef67aef
1 changed files with 2 additions and 11 deletions
|
@ -42,7 +42,7 @@ ios:debug:
|
||||||
- flutter packages get
|
- flutter packages get
|
||||||
- flutter clean
|
- flutter clean
|
||||||
script:
|
script:
|
||||||
- flutter build ios
|
- flutter build ipa
|
||||||
- if [ -d archive ]; then rm -rf archive; fi && mkdir archive
|
- if [ -d archive ]; then rm -rf archive; fi && mkdir archive
|
||||||
- if [ -d artifact ]; then rm -rf artifact; fi && mkdir artifact
|
- if [ -d artifact ]; then rm -rf artifact; fi && mkdir artifact
|
||||||
- export PLIST_DIRECTORY="ci-cd/iOS/${FLAVOR}/debug"
|
- export PLIST_DIRECTORY="ci-cd/iOS/${FLAVOR}/debug"
|
||||||
|
@ -62,7 +62,7 @@ ios:release:
|
||||||
- flutter packages get
|
- flutter packages get
|
||||||
- flutter clean
|
- flutter clean
|
||||||
script:
|
script:
|
||||||
- flutter build ios
|
- flutter build ipa
|
||||||
- if [ -d archive ]; then rm -rf archive; fi && mkdir archive
|
- if [ -d archive ]; then rm -rf archive; fi && mkdir archive
|
||||||
- if [ -d artifact ]; then rm -rf artifact; fi && mkdir artifact
|
- if [ -d artifact ]; then rm -rf artifact; fi && mkdir artifact
|
||||||
- export PLIST_DIRECTORY="ci-cd/iOS/${FLAVOR}/release"
|
- export PLIST_DIRECTORY="ci-cd/iOS/${FLAVOR}/release"
|
||||||
|
@ -75,15 +75,6 @@ ios:release:
|
||||||
- "artifact/*.ipa"
|
- "artifact/*.ipa"
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
|
||||||
web:debug:
|
|
||||||
stage: archive
|
|
||||||
before_script:
|
|
||||||
- flutter create .
|
|
||||||
- flutter packages get
|
|
||||||
- flutter clean
|
|
||||||
script:
|
|
||||||
- flutter build web --debug
|
|
||||||
|
|
||||||
web:release:
|
web:release:
|
||||||
stage: archive
|
stage: archive
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue