File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ commands:
109109 description : " Build Android app"
110110 steps :
111111 - checkout
112- - restore_cache : *restore-npm-cache-linux
112+ # - restore_cache: *restore-npm-cache-linux
113113 - run : *install-npm-modules
114- - save_cache : *save-npm-cache-linux
115- - restore_cache : *restore-gradle-cache
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
You can’t perform that action at this time.
0 commit comments