From 60a8108df238cded20fe33abc7ab2d6e5abcc2f5 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Fri, 14 Jul 2023 14:04:10 -0300 Subject: [PATCH] Ignore cache --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 19aff4105..fd305b398 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,10 +109,10 @@ commands: description: "Build Android app" steps: - checkout - - restore_cache: *restore-npm-cache-linux + # - restore_cache: *restore-npm-cache-linux - run: *install-npm-modules - - save_cache: *save-npm-cache-linux - - restore_cache: *restore-gradle-cache + # - save_cache: *save-npm-cache-linux + # - restore_cache: *restore-gradle-cache - run: name: Configure Gradle command: | @@ -158,7 +158,7 @@ commands: ./gradlew bundleOfficialPlayRelease fi if [[ $CIRCLE_JOB == "android-build-experimental" || "android-automatic-build-experimental" ]]; then - ./gradlew bundleExperimentalPlayRelease --debug + ./gradlew bundleExperimentalPlayRelease --stacktrace fi if [[ ! $GOOGLE_SERVICES_ANDROID ]]; then ./gradlew assembleExperimentalPlayDebug