mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 10:11:23 +02: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 {
|
||||
Name string `json:"name,omitempty"`
|
||||
Value string `json:"value,omitempty"`
|
||||
Mount string `json:"mount,omitempty"`
|
||||
Mask bool `json:"mask,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user