Browse Source

FIX stage bug

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

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

@@ -17,6 +17,6 @@ json.updated format_utc_time(stage.stage_updated)
json.version stage.stage_version
json.on_success stage.stage_on_success
json.on_failure stage.stage_on_failure
json.steps build.steps do |stage|
json.steps stage.steps do |step|
json.partial! "/ci/builds/step", step: step
end

Loading…
Cancel
Save