Stop Genymotion Cloud SaaS android devices
To use this step, you must have started an Android instance on Genymotion Cloud SaaS following Start Genymotion Cloud SaaS android devices step.
This step takes one input:
instance_uuid
: instance UUID is the Android instance identifier.
Example:
GMCLOUD_SAAS_INSTANCE_UUID
is automatically set as an output of Start Genymotion Cloud SaaS android devices step.
inputs:
- instance_uuid: $GMCLOUD_SAAS_INSTANCE_UUID
- Fork this repository
git clone
it- Create a branch you'll work on
- To use/test the step just follow the How to use this Step section
- Do the changes you want to
- Run/test the step before sending your contribution
- You can also test the step in your
bitrise
project, either on your Mac or on bitrise.io - You just have to replace the step ID in your project's
bitrise.yml
with either a relative path, or with a git URL format - (relative) path format: instead of
- original-step-id:
use- path::./relative/path/of/script/on/your/Mac:
- direct git URL format: instead of
- original-step-id:
use- git::https://github.com/user/step.git@branch:
- You can find more example of alternative step referencing at: https://github.com/bitrise-io/bitrise/blob/master/_examples/tutorials/steps-and-workflows/bitrise.yml
- Once you're done just commit your changes & create a Pull Request