fastlane-plugin-android_testlab_script_swit 0.1.47 → 0.1.48

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: 67e14d7904aaaa7e7740b6e7aa111791fbc107a031b6a831a343907783c9ef89
4
- data.tar.gz: cec9149da9a22ee771539ed649ef4e598327efd8413b7134e0073b9e40b924dc
3
+ metadata.gz: 7bc5ff8e367bb7e4a13121230545cb68b21743b7dff69e18defb7409cf81cf49
4
+ data.tar.gz: 569d49c25d9572ed0fb10fcac9f866af979daa6d6a6bd7aca6baf1b37410fa52
5
5
  SHA512:
6
- metadata.gz: 0e21d6f129a9fd51b3b1827ba107c2e90f18c31f04f90cbf762a97ed09db36dd12624f6d3608b32e23e0c8c5900810919a9f05586fda2a09cfcc5ebde1db0be5
7
- data.tar.gz: 941d18ba78edd5013dc6a3a1960994d35d1e306efb4b0fd061997d938fc235290f18680689a452fdb9a5930527f4a62d6d736a765ea1c5bd0e9b5578882819e6
6
+ metadata.gz: 551c49e33a7abbd7271b203fe1f555c4b040258874e067e80bad60dffcb545cf745de1bc169fa0b646c7a6c60c80b8a148eb7ebdae629f26c4783d2683b407e5
7
+ data.tar.gz: 35ba88a40793ce569c5f3ed663cd36042c753f22962ccea1530ac7f39fb7da7531e9986133cefcd951ed0f5a1e6e01361c8cfdae390bbccf13dfe95527884ff3
@@ -23,6 +23,8 @@ module Fastlane
23
23
  # RoboScriptOption Add
24
24
  robo_script_option = params[:robo_script_path].nil? ? "" : "--robo-script #{params[:robo_script_path]} "
25
25
 
26
+ UI.message(params[:gcloud_components_channel])
27
+
26
28
  # Run Firebase Test Lab
27
29
  result_url = Helper.run_tests(params[:gcloud_components_channel], "--type #{params[:type]} "\
28
30
  "--app #{params[:app_apk]} "\
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.47"
3
+ VERSION = "0.1.48"
4
4
  end
5
5
  end
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.47
4
+ version: 0.1.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이