fix: allow TimeoutMinutes to be expression (#1217)
This commit is contained in:
parent
3415347efc
commit
52f5c4592c
|
@ -321,7 +321,7 @@ type Step struct {
|
|||
Env yaml.Node `yaml:"env"`
|
||||
With map[string]string `yaml:"with"`
|
||||
ContinueOnError bool `yaml:"continue-on-error"`
|
||||
TimeoutMinutes int64 `yaml:"timeout-minutes"`
|
||||
TimeoutMinutes string `yaml:"timeout-minutes"`
|
||||
}
|
||||
|
||||
// String gets the name of step
|
||||
|
|
Loading…
Reference in New Issue