Skip to content

Commit ce3dae4

Browse files
committed
Ignore cache
1 parent 43a131f commit ce3dae4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ commands:
109109
description: "Build Android app"
110110
steps:
111111
- checkout
112-
- restore_cache: *restore-npm-cache-linux
113-
- run: *install-npm-modules
114-
- save_cache: *save-npm-cache-linux
115-
- restore_cache: *restore-gradle-cache
112+
# - restore_cache: *restore-npm-cache-linux
113+
# - run: *install-npm-modules
114+
# - save_cache: *save-npm-cache-linux
115+
# - restore_cache: *restore-gradle-cache
116116
- run:
117117
name: Configure Gradle
118118
command: |
@@ -158,7 +158,7 @@ commands:
158158
./gradlew bundleOfficialPlayRelease
159159
fi
160160
if [[ $CIRCLE_JOB == "android-build-experimental" || "android-automatic-build-experimental" ]]; then
161-
./gradlew bundleExperimentalPlayRelease --debug
161+
./gradlew bundleExperimentalPlayRelease --stacktrace
162162
fi
163163
if [[ ! $GOOGLE_SERVICES_ANDROID ]]; then
164164
./gradlew assembleExperimentalPlayDebug

0 commit comments

Comments
 (0)