fix syntax error in circleci config
This commit is contained in:
parent
0f35d1e2f9
commit
8a3f1481be
|
@ -23,7 +23,8 @@ jobs:
|
||||||
- run: echo y | android update sdk --no-ui --all --filter "tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-26"
|
- run: echo y | android update sdk --no-ui --all --filter "tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-26"
|
||||||
- run: echo y | android update sdk --no-ui --all --filter "build-tools-27.0.3"
|
- run: echo y | android update sdk --no-ui --all --filter "build-tools-27.0.3"
|
||||||
|
|
||||||
- run: ./gradlew assembleDebug -PdisablePreDex
|
- run:
|
||||||
|
command: ./gradlew assembleDebug -PdisablePreDex
|
||||||
no_output_timeout: 1800
|
no_output_timeout: 1800
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
|
|
Loading…
Reference in New Issue