Skip to content

Commit

Permalink
Update to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascarpentier committed Jun 24, 2020
1 parent db985fe commit 3a24825
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app:
envs:
# If you want to share this step into a StepLib
- BITRISE_STEP_ID: genymotion-cloud-saas-start
- BITRISE_STEP_VERSION: "0.1.1"
- BITRISE_STEP_VERSION: "0.1.2"
- BITRISE_STEP_GIT_CLONE_URL: https://github.com/genymobile/bitrise-step-genymotion-cloud-saas-start.git
- MY_STEPLIB_REPO_FORK_GIT_URL: [email protected]:Genymobile/bitrise-steplib.git
# Define these in your .bitrise.secrets.yml
Expand Down Expand Up @@ -67,7 +67,7 @@ workflows:
#!/bin/bash
set -ex
stepman audit --step-yml ./step.yml
# ----------------------------------------------------------------
# --- Utility workflows
dep-update:
Expand Down
14 changes: 8 additions & 6 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,26 +95,28 @@ inputs:
title: Recipe UUID
summary: ""
description: |-
Recipe UUID is the identifier used when starting an instance, Recipe UUID can be retrieved using `gmsaas recipes list`.
Instance recipe to use. Recipes can be listed with command line 'gmsaas recipes list',
or check https://support.genymotion.com/hc/en-us/articles/360007473658-Supported-Android-devices-templates-for-Genymotion-Cloud-SaaS
for a comprehensive list of all currently available recipes UUIDs
Format:
You can specify several recipe UUIDs in order to start several instances. Recipe UUIDs are separated with a comma.
For example:
`e20da1a3-313c-434a-9d43-7268b12fee08,c52fdfc2-6914-4266-aa6e-50258f50ef91,06867de4-4b99-4842-ba40-fd3daaabdf23`
or specify only one recipe UUID:
`e20da1a3-313c-434a-9d43-7268b12fee08`
`e20da1a3-313c-434a-9d43-7268b12fee08`
is_required: true

- adb_serial_port: ""
opts:
title: ADB serial port
summary: ""
description: |-
If `adb_serial_port` option is set,
the instance will be connected to ADB on localhost:`adb_serial_port`.
Otherwise it will be connected to a port given by your system,
If `adb_serial_port` option is set,
the instance will be connected to ADB on localhost:`adb_serial_port`.
Otherwise it will be connected to a port given by your system,
`gmsaas instances list` to know which one.
Format:
Expand Down

0 comments on commit 3a24825

Please sign in to comment.