mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
refactor: migrate container changes (#91)
* refactor: migrate container changes * ignore contextcheck
This commit is contained in:
@@ -320,7 +320,7 @@ func (e *HostEnvironment) exec(ctx context.Context, command []string, cmdline st
|
||||
tty.Close()
|
||||
}
|
||||
}()
|
||||
if true /* allocate Terminal */ {
|
||||
if containerAllocateTerminal /* allocate Terminal */ {
|
||||
var err error
|
||||
ppty, tty, err = setupPty(cmd, cmdline)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user