We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a185a5 commit 440d201Copy full SHA for 440d201
1 file changed
lib/batches/batch_spec.go
@@ -45,8 +45,8 @@ type BatchSpec struct {
45
// Hooks declares side-effect actions to run at well-defined changeset
46
// lifecycle events. Only allowed when Version is 3.
47
type ChangesetHooks struct {
48
- OnCIFailure ChangesetHookAction `json:"onCIFailure,omitempty" yaml:"onCIFailure,omitempty"`
49
- OnMergeConflict ChangesetHookAction `json:"onMergeConflict,omitempty" yaml:"onMergeConflict,omitempty"`
+ OnCIFailure ChangesetHookAction `json:"onCIFailure" yaml:"onCIFailure,omitempty"`
+ OnMergeConflict ChangesetHookAction `json:"onMergeConflict" yaml:"onMergeConflict,omitempty"`
50
}
51
52
// HookAction is a single action attached to a changeset lifecycle event.
0 commit comments