-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitrise.yml
29 lines (27 loc) · 866 Bytes
/
bitrise.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
format_version: 4
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
app:
envs:
- BITRISE_STEP_ID: sentry-upload-codepush-dsyms
- BITRISE_STEP_VERSION: 0.0.1
- BITRISE_STEP_GIT_CLONE_URL: https://github.com/RishabhKarnad/bitrise-step-sentry-upload-codepush-dsyms.git
workflows:
test:
steps:
- path::./:
run_if: true
inputs:
- options: $OPTIONS
- sentry_properties_path: $SENTRY_PROPERTIES_PATH
- build_dir: $REACT_NATIVE_BUILD_DIR
- platform: $REACT_NATIVE_PLATFORM
- app_id: $APPCENTER_APP_ID
- api_token: $APPCENTER_API_TOKEN
audit-this-step:
steps:
- script:
inputs:
- content: |-
#!/bin/bash
set -ex
stepman audit --step-yml ./step.yml