Browse Source

FIX step bug

tags/v1.0.0
Jasder 5 years ago
parent
commit
c54723a6c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/ci/builds/_step.json.jbuilder

+ 1
- 1
app/views/ci/builds/_step.json.jbuilder View File

@@ -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

Loading…
Cancel
Save