Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/ci/builds_helper.rb')
-rw-r--r--app/helpers/ci/builds_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/ci/builds_helper.rb b/app/helpers/ci/builds_helper.rb
index b4a2cf7bb1e..afd0af18ba7 100644
--- a/app/helpers/ci/builds_helper.rb
+++ b/app/helpers/ci/builds_helper.rb
@@ -25,7 +25,7 @@ module Ci
{
page_path: project_job_path(@project, @build),
build_status: @build.status,
- build_stage: @build.stage,
+ build_stage: @build.stage_name,
log_state: ''
}
end