Skip to content

Commit e38b0e7

Browse files
add context field
1 parent 69f4a83 commit e38b0e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/codefresh/gitops.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ type (
3131
Spec struct {
3232
Type string `json:"type"`
3333
Application string `json:"application"`
34+
Context string `json:"context"`
3435
} `json:"spec"`
3536
}
3637

0 commit comments

Comments
 (0)