diff --git a/app/views/ci/builds/_step.json.jbuilder b/app/views/ci/builds/_step.json.jbuilder index 097b4cf2c..93b1353fc 100644 --- a/app/views/ci/builds/_step.json.jbuilder +++ b/app/views/ci/builds/_step.json.jbuilder @@ -5,4 +5,4 @@ json.status step.step_status json.exit_code step.step_exit_code json.started format_utc_time(step.step_started) json.stopped format_utc_time(step.step_stopped) -json.version step.build_version +json.version step.step_version