Skip to content

Commit

Permalink
bitrise stack related update
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Sep 8, 2015
1 parent 25a503c commit a73fa5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ app:
envs:
# define these in your .bitrise.secrets.yml
- api_key:
- ipa_path:
- dsym_path:
- tester_groups:
- notify:
- auto_update:
- video_recording:
- comment:
- BITRISE_IPA_PATH:
- BITRISE_DSYM_PATH:

workflows:
test:
steps:
- path::./:
inputs:
- notify: "off"
- auto_update: "off"
- max_test_duration: "10m"
- video_recording: "off"
- comment: ""
- tester_groups: ""
4 changes: 2 additions & 2 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inputs:
is_required: true
is_expand: false
is_dont_change_value: false
- ipa_path: ""
- ipa_path: "$BITRISE_IPA_PATH"
opts:
title: "IPA path"
summary: ""
Expand All @@ -38,7 +38,7 @@ inputs:
is_required: true
is_expand: true
is_dont_change_value: false
- dsym_path: ""
- dsym_path: "$BITRISE_DSYM_PATH"
opts:
title: "dSYM path"
summary: ""
Expand Down

0 comments on commit a73fa5c

Please sign in to comment.