From 87f7f0fcd25a0b009324e4e3a559c3e0b3faac37 Mon Sep 17 00:00:00 2001 From: Thomas Carpentier Date: Tue, 30 Jun 2020 16:28:08 +0200 Subject: [PATCH 1/2] Set custom user agent as an enviroment variable --- main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.go b/main.go index 59dc805..a8d0b57 100644 --- a/main.go +++ b/main.go @@ -45,6 +45,9 @@ func ensureGMSAASisInstalled() error { } else { log.Infof("gmsaas is already installed : %s", path) } + + // Set Custom user agent to improve customer support + os.Setenv("GMSAAS_USER_AGENT_EXTRA_DATA", "bitrise.io") return nil } From 727bd66c9c728d0301076cdff5f2c0b80c0ec48b Mon Sep 17 00:00:00 2001 From: Thomas Carpentier Date: Tue, 30 Jun 2020 16:33:26 +0200 Subject: [PATCH 2/2] bump version to 0.1.3 --- bitrise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitrise.yml b/bitrise.yml index e5b0fcc..88b30d2 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.2" + - BITRISE_STEP_VERSION: "0.1.3" - 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