Skip to content

Commit

Permalink
Trying in string
Browse files Browse the repository at this point in the history
  • Loading branch information
jortega0 committed Feb 23, 2024
1 parent f89bb23 commit f292d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ type Step struct {
RawNotify []map[string]interface{} `json:"notify" yaml:",omitempty"`
Notify []StepNotify `yaml:"notify,omitempty"`
Plugins interface{} `yaml:"plugins,omitempty"`
TimeoutInMinutes int `yaml:"timeout_in_minutes,omitempty"`
Parallelism int `yaml:"parallelism,omitempty"`
TimeoutInMinutes string `yaml:"timeout_in_minutes,omitempty"`
Parallelism string `yaml:"parallelism,omitempty"`
}

// Agent is Buildkite agent definition
Expand Down

0 comments on commit f292d7c

Please sign in to comment.