From 2c3822a065af8d0b95496796bba4ca0adab8a3dd Mon Sep 17 00:00:00 2001 From: Gabriel Delavald Date: Wed, 1 Nov 2017 15:46:39 -0200 Subject: [PATCH] Remove cp since we already moved the folder --- circle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/circle.yml b/circle.yml index cce859678..b69aa6dcf 100644 --- a/circle.yml +++ b/circle.yml @@ -32,7 +32,6 @@ dependencies: - ./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 - - cp -r android/app/build/outputs $CIRCLE_ARTIFACTS cache_directories: # Let's speed up the next build by cacheing installed dependencies