Update .circleci/config.yml
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
This commit is contained in:
parent
a651b74107
commit
47dc818713
|
@ -153,7 +153,6 @@ commands:
|
||||||
name: Build App
|
name: Build App
|
||||||
no_output_timeout: 40m
|
no_output_timeout: 40m
|
||||||
command: |
|
command: |
|
||||||
# sudo apt install -y libicu-dev
|
|
||||||
if [[ $CIRCLE_JOB == "android-build-official" ]]; then
|
if [[ $CIRCLE_JOB == "android-build-official" ]]; then
|
||||||
./gradlew bundleOfficialPlayRelease
|
./gradlew bundleOfficialPlayRelease
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue