diff --git a/pipeline/backend/types/secret.go b/pipeline/backend/types/secret.go index 14ebf44ad..4654fc996 100644 --- a/pipeline/backend/types/secret.go +++ b/pipeline/backend/types/secret.go @@ -4,6 +4,5 @@ package types type Secret struct { Name string `json:"name,omitempty"` Value string `json:"value,omitempty"` - Mount string `json:"mount,omitempty"` Mask bool `json:"mask,omitempty"` }