added code to append private environment variables for non-PRs

This commit is contained in:
Brad Rydzewski
2014-08-13 21:37:56 -07:00
parent 41ca011d27
commit e7e6b2c608
2 changed files with 14 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ type Build struct {
Deploy *deploy.Deploy `yaml:"deploy,omitempty"`
Publish *publish.Publish `yaml:"publish,omitempty"`
Notifications *notify.Notification `yaml:"notify"`
Notifications *notify.Notification `yaml:"notify,omitempty"`
// Git specified git-specific parameters, such as
// the clone depth and path