fastlane-plugin-android_testlab_script_swit 0.1.53 → 0.1.54

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: 0d602c149ee700f087cff1ee4591cef8ff215206066921a7b32373f0860e53a6
4
- data.tar.gz: 7c2fe39a0c9c7f1db52096ebd0c769fa4b904b1ed4a43a7f0c023f50e3029eea
3
+ metadata.gz: a8409ad2629a667007142fe87767dfef26213e270b2d65ff683dd8fd2a0aa317
4
+ data.tar.gz: 5c075e99fe0afcec11027e8761d8e88c522e5f765a10ece137ebe13acff0d512
5
5
  SHA512:
6
- metadata.gz: ddafe6465c2ec54a70a54430e2fc2a7dbbe99297385e6ad942811aa489c72678e2668fc87b4a6ffb60014a603b4741bbd3df9690471d27ac5c0339c9aba7c49e
7
- data.tar.gz: fa84bab4a85644e507a487cc2106294e66174594b433e52f76a2536a87580ec611972e51b6c61d53062371f7fa48a1741428a43e90a4076622a3409ecafa32fe
6
+ metadata.gz: 82a7d0366fcac44b9907fe532febdb4d2ed66a8777aa493a9b0e4eb4c88ccc54767634edac4ce787396f14a4e5ba4ff6bb8a58cc79df68f959b04c6e2afb436f
7
+ data.tar.gz: a637f74a2a35028bd5ff14e53f3defaa2dac06adc5b63e934baadd7fbb8ee0f1201f53054e8682ba234ad41deb7bd146e33cd5642eef029f431cf1611c1f8959
@@ -35,13 +35,14 @@ module Fastlane
35
35
  def self.run_tests(gcloud_components_channel, arguments)
36
36
  UI.message("Test running...")
37
37
 
38
- Action.sh("set +e; gcloud #{gcloud_components_channel} firebase test android run #{arguments}; set -e")
38
+ # 커스텀 2
39
+ # Action.sh("set +e; gcloud #{gcloud_components_channel} firebase test android run #{arguments}; set -e")
39
40
 
40
41
  # 커스텀 1
41
42
  # Action.sh("set +e; gcloud#{' ' + gcloud_components_channel unless gcloud_components_channel == "stable"} firebase test android run #{arguments}; set -e")
42
43
 
43
44
  # 원본
44
- # Action.sh("set +e; gcloud #{gcloud_components_channel unless gcloud_components_channel == "stable"} firebase test android run #{arguments}; set -e")
45
+ Action.sh("set +e; gcloud #{gcloud_components_channel unless gcloud_components_channel == "stable"} firebase test android run #{arguments}; set -e")
45
46
  end
46
47
 
47
48
  def self.copy_from_gcs(bucket_and_path, copy_to)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.53"
3
+ VERSION = "0.1.54"
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.53
4
+ version: 0.1.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이