summaryrefslogtreecommitdiff
path: root/app/services/ci/web_hook_service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/services/ci/web_hook_service.rb')
-rw-r--r--app/services/ci/web_hook_service.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/services/ci/web_hook_service.rb b/app/services/ci/web_hook_service.rb
index 87984b20fa1..92e6df442b4 100644
--- a/app/services/ci/web_hook_service.rb
+++ b/app/services/ci/web_hook_service.rb
@@ -27,9 +27,8 @@ module Ci
project_name: project.name,
gitlab_url: project.gitlab_url,
ref: build.ref,
- sha: build.sha,
before_sha: build.before_sha,
- push_data: build.commit.push_data
+ sha: build.sha,
})
end
end