Skip to content

Commit

Permalink
Merge pull request #357 from stefanprodan/relax-runtime
Browse files Browse the repository at this point in the history
Allow runtime definition to be coupled with a bundle
  • Loading branch information
stefanprodan authored Mar 3, 2024
2 parents 5f4dd1a + 32fff8e commit f42eca6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/engine/runtime_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@ func (b *RuntimeBuilder) Build() (cue.Value, error) {
return value, v.Err()
}

if err := v.Validate(cue.Concrete(true)); err != nil {
return value, err
}

return v, nil
}

Expand Down

0 comments on commit f42eca6

Please sign in to comment.