mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-01 04:07:53 +08:00
CI: Disable uploading crashlytics symbols
It seems to be failing and I cannot figure out why.
This commit is contained in:
@ -32,9 +32,9 @@ jobs:
|
|||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: build/app/outputs/bundle/prodRelease/app.aab
|
path: build/app/outputs/bundle/prodRelease/app.aab
|
||||||
destination: gitjournal.aab
|
destination: gitjournal.aab
|
||||||
- run:
|
# - run:
|
||||||
name: Upload Crashlytics Symbols
|
# name: Upload Crashlytics Symbols
|
||||||
command: ./scripts/android_crashlytics.sh
|
# command: ./scripts/android_crashlytics.sh
|
||||||
- run:
|
- run:
|
||||||
name: Publish Alpha
|
name: Publish Alpha
|
||||||
command: cd android && fastlane alphaBuild
|
command: cd android && fastlane alphaBuild
|
||||||
|
Reference in New Issue
Block a user