fastlane-plugin-android_testlab_script_swit 0.1.34 → 0.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6d51c6fa24e37d820108bdd91abfd31b797ccf6536963fe29c08abc9ea32531
|
|
4
|
+
data.tar.gz: 7ba826c9e0b4d72bf21bdd8cf9d9169b96bd1b7f79dec126e9e2a1004670c125
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d64285bbb1b4dcdf2da02a4d39a123b500f3ed7d90045f947e86cdb1ec9c2c23fd620db3c4c96f722e4433924a9d97b91bcb11b87825437952df271f35ccfe3a
|
|
7
|
+
data.tar.gz: a2b1cc415986e5cc8c90c918f593631848eaf505ae2506a26980afe1a06dc5fd9a3d373117aa476ec2ae631c1a8e31a3d82504f9f490924eca9bb6982f8f2658
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
|
@@ -17,7 +17,7 @@ module Fastlane
|
|
|
17
17
|
Helper.config(params[:project_id])
|
|
18
18
|
|
|
19
19
|
# Activate service account
|
|
20
|
-
Helper.authenticate(params[:
|
|
20
|
+
Helper.authenticate(params[:gcloud_key_file])
|
|
21
21
|
|
|
22
22
|
# RoboScriptOption Add
|
|
23
23
|
robo_script_option = params[:robo_script_path].nil? ? "" : "--robo-script #{params[:robo_script_path]} "
|
|
@@ -87,7 +87,7 @@ module Fastlane
|
|
|
87
87
|
|
|
88
88
|
# gcloud_key_file (true)
|
|
89
89
|
FastlaneCore::ConfigItem.new(key: :gcloud_key_file,
|
|
90
|
-
env_name: "
|
|
90
|
+
env_name: "GCLOUD_KEY_FILE",
|
|
91
91
|
description: "File path containing the gcloud auth key. Default: Created from GCLOUD_SERVICE_KEY environment variable",
|
|
92
92
|
is_string: true,
|
|
93
93
|
optional: false),
|