From a72c1bc911fd02f249413b6b276b4743cb676ac1 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Wed, 3 Jun 2020 12:11:47 +0200 Subject: [PATCH] CI: Disable uploading crashlytics symbols It seems to be failing and I cannot figure out why. --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e85d80e..ac5703e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,9 +32,9 @@ jobs: - store_artifacts: path: build/app/outputs/bundle/prodRelease/app.aab destination: gitjournal.aab - - run: - name: Upload Crashlytics Symbols - command: ./scripts/android_crashlytics.sh +# - run: +# name: Upload Crashlytics Symbols +# command: ./scripts/android_crashlytics.sh - run: name: Publish Alpha command: cd android && fastlane alphaBuild