We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e9ba3 commit b471a0bCopy full SHA for b471a0b
1 file changed
cmd/root/run.go
@@ -144,7 +144,6 @@ func (f *runExecFlags) runRunCommand(cmd *cobra.Command, args []string) (command
144
}()
145
}
146
147
- // If --sandbox is set, delegate everything to docker sandbox.
148
if f.sandbox {
149
return runInSandbox(ctx, &f.runConfig, f.sandboxTemplate)
150
0 commit comments