Skip to content

Commit

Permalink
Merge pull request #5 from guitcastro/GeneratedownloadURLoutput
Browse files Browse the repository at this point in the history
Generate download URL output https://github.com/bitrise-io/steps-test…
  • Loading branch information
viktorbenei committed Nov 3, 2015
2 parents 385b033 + 58d7353 commit 67a81c4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 10 deletions.
30 changes: 21 additions & 9 deletions bitrise.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
format_version: 0.9.10
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git

app:
envs:
# define these in your .bitrise.secrets.yml
- api_key:
- BITRISE_IPA_PATH:
- BITRISE_DSYM_PATH:

- api_key: null
- BITRISE_IPA_PATH: null
- BITRISE_DSYM_PATH: null
workflows:
test:
steps:
- path::./:
inputs:
- notify: "off"
opts: {}
- auto_update: "off"
- max_test_duration: "10m"
- video_recording: "off"
opts: {}
- max_test_duration: 10m
opts: {}
- opts: {}
video_recording: "off"
- comment: ""
- tester_groups: ""
opts: {}
- opts: {}
tester_groups: ""
outputs:
- TESTFAIRY_PUBLIC_INSTALL_PAGE_URL: ""
opts:
title: Public Install Page URL
- script:
inputs:
- content: |-
#!/bin/bash
echo "TESTFAIRY_PUBLIC_INSTALL_PAGE_URL: ${TESTFAIRY_PUBLIC_INSTALL_PAGE_URL}"
7 changes: 6 additions & 1 deletion step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,9 @@ inputs:
is_required: false
is_expand: false
is_dont_change_value: false
outputs: []
outputs:
- TESTFAIRY_PUBLIC_INSTALL_PAGE_URL:
opts:
title: Public Install Page URL
description: |-
Public Install Page's URL
2 changes: 2 additions & 0 deletions testfairy-upload-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,6 @@ fi
write_section_to_formatted_output "## Deploy Success"
echo_string_to_formatted_output "* **Build URL**: [${URL}](${URL})"

envman add --key TESTFAIRY_PUBLIC_INSTALL_PAGE_URL --value "${URL}"

exit 0

0 comments on commit 67a81c4

Please sign in to comment.