Skip to content

Commit 2bc95d8

Browse files
committed
remove storing of generated APKs from circle
1 parent 6015432 commit 2bc95d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ jobs:
345345
command: bundle exec fastlane android ci-run | tee ./logs/build
346346
environment:
347347
GIT_COMMIT_DESC: $(git log --format=oneline -n 1 $CIRCLE_SHA1)
348-
- store_artifacts:
349-
path: ./android/app/build/outputs/apk/release/
350348
- danger
351349

352350
android-nightly:

0 commit comments

Comments
 (0)