mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
pipeline backend: remove unused var (#683)
This commit is contained in:
parent
5a120db69d
commit
03638b2934
1 changed files with 0 additions and 1 deletions
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue