fastlane-plugin-android_testlab_script_swit 0.1.44 → 0.1.45
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 81d7996e79452432390736401158fece4c297ba569c8b1b2c6e4c44519ec8802
|
4
|
+
data.tar.gz: 7e7502a8ca31ad5fa22f7cf3f85fc4e5bd363671a3f8f9e57f5e24d055328fd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ef23212bfe942b32cdfb0a9113abe9d8b87e596b26fd14d5dbf8bf95c997ca1d7bae78004e1819bac5a88a634cae50394abd43661afcfd43452c0549f4c964e9
|
7
|
+
data.tar.gz: 2dace34f2399fe1150faf148861cf11d74c631bc5c4fb5db23b5dab7c7d0ac120db6eca188f7fc40ca5d4aaef6865f5965b8856fcdce99fff973d6583473c951
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -182,14 +182,9 @@ module Fastlane
|
|
182
182
|
FastlaneCore::ConfigItem.new(key: :gcloud_components_channel,
|
183
183
|
env_name: "gcloud_components_channel",
|
184
184
|
description: "If you use beta or alpha components. Default stable (alpha/beta)",
|
185
|
-
|
185
|
+
type: String",
|
186
186
|
optional: true,
|
187
|
-
default_value: "stable",
|
188
|
-
verify_block: proc do |value|
|
189
|
-
if value != "stable" && value != "alpha" && value != "beta"
|
190
|
-
UI.user_error!("Unknown gcloud component channel.")
|
191
|
-
end
|
192
|
-
end),
|
187
|
+
default_value: "stable"),
|
193
188
|
|
194
189
|
# console_log_file_name (false)
|
195
190
|
FastlaneCore::ConfigItem.new(key: :console_log_file_name,
|