fastlane-plugin-android_reporter 0.1.16 → 0.1.17
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: 0d1fd3929b6aca8da790cb8ff0dc13d05165d370a0c0fcb7f3062832214f26ab
|
|
4
|
+
data.tar.gz: d4dcd7b495fb84f85e3c1940561d6252d2878d52257c6005f2115390e1a49dc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 110c9d4d04f68706236513cd471a4388002c3f939d9fbe4e774a98c2ab68d6d774cd5cbf2c7951b326062cae2c87511db6a28528082be17d09df6c7926613bc3
|
|
7
|
+
data.tar.gz: 0ec8c7811198f92e6fcada35cc7d85f269ad7773b9b58a0ee31b2b9bcf040ba472c3cfa8d90373142450370b5381593fd1f1b107bf10fd1202cb9ecca71336ae
|
|
@@ -47,7 +47,7 @@ module Fastlane
|
|
|
47
47
|
channel: "#" + params[:slack_channel_name],
|
|
48
48
|
text: " ================================================================================== \n" +
|
|
49
49
|
" New UI Testing Task Started For Current Release : " + time + " \n " +
|
|
50
|
-
" Current Branch Build : " + sh("git
|
|
50
|
+
" Current Branch Build : " + sh("git rev-parse --abbrev-ref HEAD") +
|
|
51
51
|
" ================================================================================== \n",
|
|
52
52
|
as_user: true
|
|
53
53
|
)
|
|
@@ -132,6 +132,7 @@ module Fastlane
|
|
|
132
132
|
if is_slack_enabled
|
|
133
133
|
begin
|
|
134
134
|
UI.message("Slack Messages Bot Upload Files Tasks Started ....")
|
|
135
|
+
UI.message(__dir__)
|
|
135
136
|
if(File.exist?("logcat.txt"))
|
|
136
137
|
UI.message("logcat.txt File exists ...")
|
|
137
138
|
client.files_upload(
|