Skip to content

Commit

Permalink
Add bitrise-steplib fork url
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascarpentier committed Jan 6, 2020
1 parent 685dc18 commit 577a945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ app:
- BITRISE_STEP_ID: genymotion-cloud-saas-start
- BITRISE_STEP_VERSION: "0.0.1"
- BITRISE_STEP_GIT_CLONE_URL: https://github.com/genymobile/bitrise-step-genymotion-cloud-saas-start.git
- MY_STEPLIB_REPO_FORK_GIT_URL: $MY_STEPLIB_REPO_FORK_GIT_URL
- MY_STEPLIB_REPO_FORK_GIT_URL: https://github.com/Genymobile/bitrise-steplib
# Define these in your .bitrise.secrets.yml
- GMCLOUD_SAAS_EMAIL: $GMCLOUD_SAAS_EMAIL
- GMCLOUD_SAAS_PASSWORD: $GMCLOUD_SAAS_PASSWORD
Expand Down Expand Up @@ -50,7 +50,7 @@ workflows:
#!/bin/bash
echo "The value of 'GMCLOUD_SAAS_INSTANCE_UUID' is: $GMCLOUD_SAAS_INSTANCE_UUID
echo "The value of 'GMCLOUD_SAAS_INSTANCE_ADB_SERIAL_PORT' is: $GMCLOUD_SAAS_INSTANCE_ADB_SERIAL_PORT
- path::../bitrise-step-genymotion-cloud-saas-stop:
- git::https://github.com/Genymobile/bitrise-step-genymotion-cloud-saas-stop.git:
title: "Genymotion Cloud SaaS Stop"
description: |-
Stop Genymotion Cloud SaaS Android Devices.
Expand Down

0 comments on commit 577a945

Please sign in to comment.