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 f121321 commit b4edc95Copy full SHA for b4edc95
pkg/runner/run_context.go
@@ -649,7 +649,7 @@ func (rc *RunContext) options(ctx context.Context) string {
649
job := rc.Run.Job()
650
c := job.Container()
651
if c != nil {
652
- return rc.ExprEval.Interpolate(ctx, c.Options)
+ return rc.Config.ContainerOptions + " " + rc.ExprEval.Interpolate(ctx, c.Options)
653
}
654
655
return rc.Config.ContainerOptions
0 commit comments