From 3a24825b31c23835f975c213884129519ce4826b Mon Sep 17 00:00:00 2001 From: Thomas Carpentier Date: Wed, 24 Jun 2020 10:52:15 +0200 Subject: [PATCH] Update to 0.1.2 --- bitrise.yml | 4 ++-- step.yml | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index 75a6ee9..e5b0fcc 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -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: git@github.com:Genymobile/bitrise-steplib.git # Define these in your .bitrise.secrets.yml @@ -67,7 +67,7 @@ workflows: #!/bin/bash set -ex stepman audit --step-yml ./step.yml - + # ---------------------------------------------------------------- # --- Utility workflows dep-update: diff --git a/step.yml b/step.yml index 6798e9f..fd41284 100644 --- a/step.yml +++ b/step.yml @@ -95,16 +95,18 @@ 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: "" @@ -112,9 +114,9 @@ inputs: 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: