Ignore cache

This commit is contained in:
Diego Mello 2023-07-14 14:04:10 -03:00
parent 43a131fb5f
commit 60a8108df2
1 changed files with 4 additions and 4 deletions

View File

@ -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