(feat) adding image field to step
This commit is contained in:
@@ -159,6 +159,7 @@ func (s *Step) GetRunPolicy() runtime.RunPolicy { return s.RunPolicy }
|
||||
func (s *Step) GetSecretAt(i int) runtime.Secret { return s.Secrets[i] }
|
||||
func (s *Step) GetSecretLen() int { return len(s.Secrets) }
|
||||
func (s *Step) IsDetached() bool { return s.Detach }
|
||||
func (s *Step) GetImage() string { return s.Image }
|
||||
func (s *Step) Clone() runtime.Step {
|
||||
dst := new(Step)
|
||||
*dst = *s
|
||||
|
||||
Reference in New Issue
Block a user