We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a3640 commit 7e20ddfCopy full SHA for 7e20ddf
pkg/runner/run_context.go
@@ -717,7 +717,7 @@ func (rc *RunContext) options(ctx context.Context) string {
717
job := rc.Run.Job()
718
c := job.Container()
719
if c != nil {
720
- return rc.ExprEval.Interpolate(ctx, c.Options)
+ return rc.Config.ContainerOptions + " " + rc.ExprEval.Interpolate(ctx, c.Options)
721
}
722
723
return rc.Config.ContainerOptions
0 commit comments