mirror of
https://github.com/actions/runner.git
synced 2026-01-01 23:23:58 +08:00
Release 2.277.1 runner (#977)
* Revert "Enable tty output from Docker Actions (#916)"
5972bd0060
* Release notes
* add pr
This commit is contained in:
@@ -197,8 +197,7 @@ namespace GitHub.Runner.Worker.Container
|
||||
|
||||
dockerOptions.Add($"--workdir {container.ContainerWorkDirectory}");
|
||||
dockerOptions.Add($"--rm");
|
||||
dockerOptions.Add($"-t");
|
||||
|
||||
|
||||
foreach (var env in container.ContainerEnvironmentVariables)
|
||||
{
|
||||
// e.g. -e MY_SECRET maps the value into the exec'ed process without exposing
|
||||
|
||||
@@ -182,7 +182,7 @@ namespace GitHub.Runner.Worker.Handlers
|
||||
dockerCommandArgs.Add($"exec");
|
||||
|
||||
// [OPTIONS]
|
||||
dockerCommandArgs.Add($"-it");
|
||||
dockerCommandArgs.Add($"-i");
|
||||
dockerCommandArgs.Add($"--workdir {workingDirectory}");
|
||||
foreach (var env in environment)
|
||||
{
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.277.0
|
||||
2.277.1
|
||||
|
||||
Reference in New Issue
Block a user