Preparing build status

This commit is contained in:
Phil Hughes 2016-04-06 13:58:44 +01:00
parent 60fd4188a5
commit b87cc5f224
1 changed files with 2 additions and 0 deletions

View File

@ -237,6 +237,8 @@ class Projects::MergeRequestsController < Projects::ApplicationController
end
end
status = "preparing" if status == nil
response = {
title: merge_request.title,
sha: merge_request.last_commit_short_sha,