Commit 2756fed0 authored by Julius Noack's avatar Julius Noack

remove masked option from group variables because its not supported

parent b1a597f1
......@@ -38,7 +38,6 @@ type GroupVariable struct {
Key string `json:"key"`
Value string `json:"value"`
Protected bool `json:"protected"`
Masked bool `json:"masked"`
}
func (v GroupVariable) String() string {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment