gitlab_support_readiness 1.0.56 → 1.0.57
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: 483d6baf6b919cf15319a62802a14d00adf9b5febd31536bc1d9914388e4a732
|
4
|
+
data.tar.gz: 2d3b84da5335db25352a6638545603405fb63641a7b29d5b10f1c577935d49de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32caa967e50126020c51b68db4e7c93bea0cc9dbd914c7549b9968174a884413c125eb164940ac3046c3659a9c805f91ed1bafb4fc665e82f28e0db1ac349abc
|
7
|
+
data.tar.gz: 969fa12b9ae364f5b38993ff6c97050ae7340f34fce4bfd1f238356ffa428e3b44951461a6d2497775813e1ee3ba66a0cf27ace10da007117564ea0ef3cc3bee
|
@@ -35,7 +35,7 @@ module Readiness
|
|
35
35
|
comment_params = {
|
36
36
|
body: article_comment_message(articles)
|
37
37
|
}
|
38
|
-
comment = Readiness::GitLab::Issues.create_comment(@gitlab_client, project, create, comment_params)
|
38
|
+
comment = Readiness::GitLab::Issues.create_comment!(@gitlab_client, project, create, comment_params)
|
39
39
|
exit 0
|
40
40
|
end
|
41
41
|
|