mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-16 11:25:14 +00:00
more copy-paste errors ...
This commit is contained in:
parent
117f964fc0
commit
d09cd0cd04
1 changed files with 0 additions and 2 deletions
|
@ -21,9 +21,7 @@ import (
|
|||
|
||||
var (
|
||||
ErrVariableNameInvalid = errors.New("invalid variable name")
|
||||
ErrVariableImageInvalid = errors.New("invalid variable image")
|
||||
ErrVariableValueInvalid = errors.New("invalid variable value")
|
||||
ErrVariableEventInvalid = errors.New("invalid variable event")
|
||||
)
|
||||
|
||||
// VariableStore persists variable information to storage.
|
||||
|
|
Loading…
Reference in a new issue