Do not fall back to legacy template if template selector returns nil (#7444)
This commit is contained in:
parent
4af21f71c0
commit
f77a3dcacb
1 changed files with 0 additions and 2 deletions
|
|
@ -325,8 +325,6 @@ func createRun(opts *CreateOptions) (err error) {
|
|||
|
||||
if template != nil {
|
||||
templateContent = string(template.Body())
|
||||
} else {
|
||||
templateContent = string(tpl.LegacyBody())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue