Update script.go
This commit is contained in:
parent
1e2cb13e7c
commit
41ca011d27
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ type Build struct {
|
||||||
|
|
||||||
Deploy *deploy.Deploy `yaml:"deploy,omitempty"`
|
Deploy *deploy.Deploy `yaml:"deploy,omitempty"`
|
||||||
Publish *publish.Publish `yaml:"publish,omitempty"`
|
Publish *publish.Publish `yaml:"publish,omitempty"`
|
||||||
Notifications *notify.Notification `yaml:"notify,omitempty"`
|
Notifications *notify.Notification `yaml:"notify"`
|
||||||
|
|
||||||
// Git specified git-specific parameters, such as
|
// Git specified git-specific parameters, such as
|
||||||
// the clone depth and path
|
// the clone depth and path
|
||||||
|
|
Loading…
Reference in a new issue