mirror of https://github.com/harness/drone.git
feat: [ML-338] Change PipelineContext yaml field name (#2794)
* Change PipelineContext yaml field namepull/3571/head
parent
bd76bfe896
commit
069a2a9198
|
@ -45,7 +45,7 @@ func GenerateAIContext(payloads ...capabilities2.AIContextPayload) []capabilitie
|
||||||
}
|
}
|
||||||
|
|
||||||
type PipelineContext struct {
|
type PipelineContext struct {
|
||||||
Yaml string `json:"yaml"`
|
Yaml string `json:"pipeline_yaml"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c PipelineContext) GetName() string {
|
func (c PipelineContext) GetName() string {
|
||||||
|
|
Loading…
Reference in New Issue