From 43a131fb5febebe128d2a6536c3aaf3cc38fed3e Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Fri, 14 Jul 2023 13:32:58 -0300 Subject: [PATCH] --debug --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 15835a7e9..19aff4105 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -153,13 +153,12 @@ commands: name: Build App no_output_timeout: 40m command: | - chmod -R 777 /home/circleci/repo/ # sudo apt install -y libicu-dev if [[ $CIRCLE_JOB == "android-build-official" ]]; then ./gradlew bundleOfficialPlayRelease fi if [[ $CIRCLE_JOB == "android-build-experimental" || "android-automatic-build-experimental" ]]; then - ./gradlew bundleExperimentalPlayRelease --stacktrace + ./gradlew bundleExperimentalPlayRelease --debug fi if [[ ! $GOOGLE_SERVICES_ANDROID ]]; then ./gradlew assembleExperimentalPlayDebug