lib/danger/ci_source/concourse.rb in danger-9.1.0 vs lib/danger/ci_source/concourse.rb in danger-9.2.0
- old
+ new
@@ -1,13 +1,13 @@
require "git"
require "danger/request_sources/local_only"
module Danger
-# Concourse CI Integration
-#
-# https://concourse-ci.org/
-#
+ # Concourse CI Integration
+ #
+ # https://concourse-ci.org/
+ #
# ### CI Setup
#
# With Concourse, you run the docker images yourself, so you will want to add `yarn danger ci` within one of your build jobs.
#
# ```shell
@@ -54,8 +54,7 @@
if env["PULL_REQUEST_ID"].to_i > 0
self.pull_request_id = env["PULL_REQUEST_ID"]
end
self.repo_url = GitRepo.new.origins
end
-
end
end