env fixed
This commit is contained in:
parent
fea0250aa0
commit
1b0aaf9f6f
|
@ -36,7 +36,7 @@ type Project struct {
|
||||||
base string
|
base string
|
||||||
Name string `yaml:"name" json:"name"`
|
Name string `yaml:"name" json:"name"`
|
||||||
Path string `yaml:"path" json:"path"`
|
Path string `yaml:"path" json:"path"`
|
||||||
Environment map[string]string `yaml:"environment" json:"environment"`
|
Environment map[string]string `yaml:"environment,omitempty" json:"environment,omitempty"`
|
||||||
Cmds Cmds `yaml:"commands" json:"commands"`
|
Cmds Cmds `yaml:"commands" json:"commands"`
|
||||||
Args []string `yaml:"args,omitempty" json:"args,omitempty"`
|
Args []string `yaml:"args,omitempty" json:"args,omitempty"`
|
||||||
Watcher Watcher `yaml:"watcher" json:"watcher"`
|
Watcher Watcher `yaml:"watcher" json:"watcher"`
|
||||||
|
|
Loading…
Reference in New Issue