Remove cp since we already moved the folder
This commit is contained in:
parent
6357d696a8
commit
2c3822a065
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue