Skip to content

Commit

Permalink
step source url updated and flutter project type added (#13)
Browse files Browse the repository at this point in the history
* step source url updated and flutter project type added

* update server_endpoint input key
  • Loading branch information
godrei authored Jun 5, 2019
1 parent b21ed05 commit 262cc37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
app:
envs:
- BITRISE_STEP_VERSION: 2.1.1
- BITRISE_STEP_GIT_CLONE_URL: https://github.com/bitrise-io/steps-testfairy-deploy.git
- BITRISE_STEP_GIT_CLONE_URL: https://github.com/bitrise-steplib/steps-testfairy-deploy.git
- MY_STEPLIB_REPO_FORK_GIT_URL: $MY_STEPLIB_REPO_FORK_GIT_URL

# define these in your .bitrise.secrets.yml
Expand Down
15 changes: 8 additions & 7 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,22 @@ description: |-
To use this step you have to register
an account on [TestFairy.com](http://testfairy.com/).
website: https://github.com/bitrise-io/steps-testfairy-deploy
source_code_url: https://github.com/bitrise-io/steps-testfairy-deploy
support_url: https://github.com/bitrise-io/steps-testfairy-deploy/issues
website: https://github.com/bitrise-steplib/steps-testfairy-deploy
source_code_url: https://github.com/bitrise-steplib/steps-testfairy-deploy
support_url: https://github.com/bitrise-steplib/steps-testfairy-deploy/issues

host_os_tags:
- "osx-10.10"

project_type_tags:
- ios
- xamarin
- react-native
- cordova
- ionic
- flutter

type_tags:
- "test"

Expand All @@ -43,17 +48,13 @@ inputs:
**NOTE** You can find your API key under the settings menu.
is_required: true
is_expand: true
is_sensitive: true
- server_endpoint: ""
opts:
title: Private cloud endpoint
summary: Private cloud endpoint for TestFairy
description: |-
If you are using a private cloud endpoint for TestFairy, specify it here
is_required: false
is_expand: false
is_sensitive: false
- ipa_path: "$BITRISE_IPA_PATH"
opts:
title: IPA path
Expand Down

0 comments on commit 262cc37

Please sign in to comment.