From 9a1c5456747a7b5b218b8b44e4b43396bf7fd705 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 3 Oct 2019 15:07:07 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- db/fixtures/development/17_cycle_analytics.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'db/fixtures') diff --git a/db/fixtures/development/17_cycle_analytics.rb b/db/fixtures/development/17_cycle_analytics.rb index 9d293f425e6..b7ddeef95b8 100644 --- a/db/fixtures/development/17_cycle_analytics.rb +++ b/db/fixtures/development/17_cycle_analytics.rb @@ -150,9 +150,11 @@ class Gitlab::Seeder::CycleAnalytics ::Git::BranchPushService.new( issue.project, @user, - oldrev: issue.project.repository.commit("master").sha, - newrev: commit_sha, - ref: 'refs/heads/master' + change: { + oldrev: issue.project.repository.commit("master").sha, + newrev: commit_sha, + ref: 'refs/heads/master' + } ).execute branch_name -- cgit v1.2.3