lib/danger/ci_source/gitlab_ci.rb in danger-3.0.3 vs lib/danger/ci_source/gitlab_ci.rb in danger-3.1.0

- old
+ new

@@ -6,10 +6,10 @@ # GitLab CI is currently not supported because GitLab's runners don't expose # the required values in the environment. Namely CI_MERGE_REQUEST_ID does not # exist as of yet, however there is an # [MR](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5698) fixing this. # If that has been merged and you are using either gitlab.com or a release - # with that change this CISource will wokr. + # with that change this CISource will work. # class GitLabCI < CI def self.validates_as_ci?(env) env.key? "GITLAB_CI" end