From c54723a6c6fb43ae50a52abcd08019dce716dd26 Mon Sep 17 00:00:00 2001 From: Jasder <2053003901@@qq.com> Date: Tue, 25 Aug 2020 17:14:55 +0800 Subject: [PATCH] FIX step bug --- app/views/ci/builds/_step.json.jbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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