Skip to content

Commit

Permalink
deploy-to-bitrise-io added
Browse files Browse the repository at this point in the history
  • Loading branch information
guness committed Nov 5, 2019
1 parent 2944428 commit a0f973b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ workflows:
- app_path: $BITRISE_IPA_PATH
- firebase_token: $FIREBASE_CI_TOKEN
- is_debug: "true"
deploy-bitrise:
steps:
- deploy-to-bitrise-io:
inputs:
- notify_user_groups: none
share-this-step:
description: |-
If this is the first time you try to share a Step you should
Expand Down Expand Up @@ -131,6 +136,8 @@ workflows:
- audit-this-step
- test-ios
- test-android
after_run:
- deploy-bitrise
test-ios:
before_run:
- build-ios
Expand Down
2 changes: 1 addition & 1 deletion step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function validate_required_input_with_options {
#
# Validate parameters
echo_info "Configs:"
echo_details "* firebase_token: ***"
echo_details "* firebase_token: $firebase_token"
echo_details "* service_credentials_file: $service_credentials_file"
echo_details "* app_path: $app_path"
echo_details "* app: $app"
Expand Down

0 comments on commit a0f973b

Please sign in to comment.