Compare commits
1 Commits
v0.2.59
...
v0.259.0.1
Author | SHA1 | Date | |
---|---|---|---|
f494bd3cbe
|
@@ -717,7 +717,7 @@ func (rc *RunContext) options(ctx context.Context) string {
|
||||
job := rc.Run.Job()
|
||||
c := job.Container()
|
||||
if c != nil {
|
||||
return rc.ExprEval.Interpolate(ctx, c.Options)
|
||||
return rc.Config.ContainerOptions + " " + rc.ExprEval.Interpolate(ctx, c.Options)
|
||||
}
|
||||
|
||||
return rc.Config.ContainerOptions
|
||||
|
Reference in New Issue
Block a user