-
Notifications
You must be signed in to change notification settings - Fork 0
/
step.yml
76 lines (70 loc) · 2.24 KB
/
step.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
title: |-
Sentry upload React Native CodePush dyms
summary: |
Upload React Native CodePush release debug symbols to Sentry
description: |
A Bitrise step to upload bundles and sourcemaps generated during AppCenter CodePush releases for React Native
website: https://github.com/RishabhKarnad/bitrise-step-sentry-upload-codepush-dsyms
source_code_url: https://github.com/RishabhKarnad/bitrise-step-sentry-upload-codepush-dsyms
support_url: https://github.com/RishabhKarnad/bitrise-step-sentry-upload-codepush-dsyms/issues
host_os_tags:
- osx-10.15
- ubuntu-16.04
project_type_tags:
- react-native
type_tags:
- deploy
is_requires_admin_user: true
is_always_run: false
is_skippable: false
run_if: ""
deps:
brew:
- name: node
apt_get:
- name: node
toolkit:
bash:
entry_file: step.sh
inputs:
- sentry_properties_path: $SENTRY_PROPERTIES_PATH
opts:
title: Path to Sentry properties
description: Path to Sentry properties.
is_required: true
- build_dir: $REACT_NATIVE_BUILD_DIR
opts:
title: Build artifact directory
description: |
Directory containing the build artifacts from the CodePush release step.
is_required: true
- platform: $REACT_NATIVE_PLATFORM
opts:
title: Platform
description: Must be either iOS or Android.
is_required: true
value_options:
- "ios"
- "android"
- app_id: $APPCENTER_APP_ID
opts:
title: AppCenter App ID
summary: AppCenter application identifier (Organization/Owner Name + App Name).
description: |
AppCenter Application Identifier is a combination of your Organization/Owner Name and an Application Name.
For example: "Upstack-Studio/bitrise-android"
is_required: true
- api_token: $APPCENTER_API_TOKEN
opts:
title: AppCenter API Token
description: |
AppCenter API Token can be obtained from [here]](https://appcenter.ms/settings/apitokens).
New API Token > Enter a description for the token > Select Full Access > Add New API Token
is_required: true
is_sensitive: true
- options:
opts:
title: Extra Options
description: |
Any extra options that you would like to concat to the command.
is_required: false