danger-additional-logging 0.0.14 → 0.0.15
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: c34b31ca7aba2cf93ff0f0363e6597369bd93b737925f7a9910e58d009b40ca3
|
4
|
+
data.tar.gz: 0e783bcb7662b8232ad5454ee97d8a35bcc851489c774c7b1b3972dc31595667
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ea90b5383dc8a60e1d27bbb8a2791bf0ead9999e2774c09b9deb50b945db32d89dc055481334d5f98cf4b2faaa84db449b4cdd8452431bd4c981985f90560a8
|
7
|
+
data.tar.gz: 5b9c4e0747619afa32bc4b63b27c3961c28a24c3bd0b4075b93349f19f096360291e1b78e9bfe21f824c50e5687a3932321ce1662137780a4fc83c4c46e9dd9a
|
@@ -276,6 +276,7 @@ module Danger
|
|
276
276
|
end
|
277
277
|
|
278
278
|
def run(base_branch, head_branch, dangerfile_path, danger_id, new_comment, remove_previous_comments, report_results = true)
|
279
|
+
puts "run(base_branch=#{base_branch}, head_branch=#{head_branch})"
|
279
280
|
# Setup internal state
|
280
281
|
init_plugins
|
281
282
|
env.fill_environment_vars
|
data/lib/danger/version.rb
CHANGED