mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-31 18:30:58 +00:00
Support step number
This commit is contained in:
parent
74b3669738
commit
ce157e637c
4 changed files with 9 additions and 5 deletions
|
@ -396,6 +396,7 @@ type ContainerSpec struct {
|
|||
|
||||
// Step is the structure of one step in a job
|
||||
type Step struct {
|
||||
Number int `yaml:"-"`
|
||||
ID string `yaml:"id"`
|
||||
If yaml.Node `yaml:"if"`
|
||||
Name string `yaml:"name"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue