From a73fa5cff8293b50e4d2fef2fe3fb5b0695d1a9f Mon Sep 17 00:00:00 2001 From: Viktor Benei Date: Tue, 8 Sep 2015 11:54:28 +0200 Subject: [PATCH] bitrise stack related update --- bitrise.yml | 15 ++++++++------- step.yml | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index 8952e69..246367e 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -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: "" diff --git a/step.yml b/step.yml index c55f8cf..0737261 100755 --- a/step.yml +++ b/step.yml @@ -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: "" @@ -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: ""