From a4888f84df8aca207fedf92b0c14058add46a0af Mon Sep 17 00:00:00 2001 From: Gabriel Delavald Date: Tue, 31 Oct 2017 19:53:21 -0200 Subject: [PATCH] configure artifacts --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index 04ae794b1..30a1e3db6 100644 --- a/circle.yml +++ b/circle.yml @@ -30,6 +30,7 @@ dependencies: - vendor/bundle - node_modules - ~/Library/Caches/CocoaPods + deployment: beta: branch: qa @@ -37,3 +38,4 @@ deployment: - 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