fastlane-plugin-android_testlab_script_swit 0.1.53 → 0.1.54
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: a8409ad2629a667007142fe87767dfef26213e270b2d65ff683dd8fd2a0aa317
|
4
|
+
data.tar.gz: 5c075e99fe0afcec11027e8761d8e88c522e5f765a10ece137ebe13acff0d512
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82a7d0366fcac44b9907fe532febdb4d2ed66a8777aa493a9b0e4eb4c88ccc54767634edac4ce787396f14a4e5ba4ff6bb8a58cc79df68f959b04c6e2afb436f
|
7
|
+
data.tar.gz: a637f74a2a35028bd5ff14e53f3defaa2dac06adc5b63e934baadd7fbb8ee0f1201f53054e8682ba234ad41deb7bd146e33cd5642eef029f431cf1611c1f8959
|
data/lib/fastlane/plugin/android_testlab_script_swit/helper/android_testlab_script_swit_helper.rb
CHANGED
@@ -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
|
-
|
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
|
-
|
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)
|