From b1f82be0c9a8dcc966923c129411153922915f3e Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Fri, 3 Nov 2017 19:04:24 -0200 Subject: [PATCH] . --- circle.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 361f85172..eb23ee142 100644 --- a/circle.yml +++ b/circle.yml @@ -24,8 +24,8 @@ dependencies: # Install node modules - yarn # - ./node_modules/.bin/react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/ - - cd android && ./gradlew assembleRelease - - mv ./android/app/build/outputs/ $CIRCLE_ARTIFACTS + # - cd android && ./gradlew assembleRelease + # - mv ./android/app/build/outputs/ $CIRCLE_ARTIFACTS cache_directories: # Let's speed up the next build by cacheing installed dependencies @@ -53,4 +53,5 @@ deployment: branch: circle-ci commands: - cd android && ./gradlew assembleRelease - -Dorg.gradle.project.track=alpha + - mv ./android/app/build/outputs/ $CIRCLE_ARTIFACTS + # -Dorg.gradle.project.track=alpha