mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-06-30 09:12:14 +00:00
pipeline backend: remove unused var (#683)
This commit is contained in:
parent
5a120db69d
commit
03638b2934
@ -4,6 +4,5 @@ package types
|
|||||||
type Secret struct {
|
type Secret struct {
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
Value string `json:"value,omitempty"`
|
Value string `json:"value,omitempty"`
|
||||||
Mount string `json:"mount,omitempty"`
|
|
||||||
Mask bool `json:"mask,omitempty"`
|
Mask bool `json:"mask,omitempty"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user