Remove cp since we already moved the folder

This commit is contained in:
Gabriel Delavald 2017-11-01 15:46:39 -02:00
parent 6357d696a8
commit 2c3822a065
1 changed files with 0 additions and 1 deletions

View File

@ -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