fastlane-plugin-android_testlab_script_swit 0.1.33 → 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
|
@@ -4,7 +4,7 @@ require 'fileutils'
|
|
|
4
4
|
|
|
5
5
|
module Fastlane
|
|
6
6
|
module Actions
|
|
7
|
-
class
|
|
7
|
+
class AndroidTestlabScriptSwitAction < Action
|
|
8
8
|
|
|
9
9
|
# actions run
|
|
10
10
|
def self.run(params)
|
|
@@ -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),
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-android_testlab_script_swit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.35
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 나비이쁜이
|
|
@@ -184,5 +184,5 @@ requirements: []
|
|
|
184
184
|
rubygems_version: 3.4.10
|
|
185
185
|
signing_key:
|
|
186
186
|
specification_version: 4
|
|
187
|
-
summary:
|
|
187
|
+
summary: 아직 만들고 있습니다...
|
|
188
188
|
test_files: []
|