Release 2.277.1 runner (#977)

* Revert "Enable tty output from Docker Actions (#916)"

5972bd0060

* Release notes

* add pr
This commit is contained in:
Thomas Boop
2021-02-09 14:45:33 -05:00
committed by GitHub
parent 6cbfbc3186
commit 67ff8d3460
4 changed files with 6 additions and 12 deletions

View File

@@ -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