From a0f973b796ae858712d3c71fdc7922e5fd97f766 Mon Sep 17 00:00:00 2001 From: Sinan Gunes Date: Tue, 5 Nov 2019 20:01:36 +0300 Subject: [PATCH] deploy-to-bitrise-io added --- bitrise.yml | 7 +++++++ step.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bitrise.yml b/bitrise.yml index a89a246..35bf152 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -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 @@ -131,6 +136,8 @@ workflows: - audit-this-step - test-ios - test-android + after_run: + - deploy-bitrise test-ios: before_run: - build-ios diff --git a/step.sh b/step.sh index 4ec2f1f..800f460 100644 --- a/step.sh +++ b/step.sh @@ -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"