Explicitly allocate a TTY for failure investigations
1 files changed, 1 insertions(+), 1 deletions(-) M buildsrht/templates/job.html
M buildsrht/templates/job.html => buildsrht/templates/job.html +1 -1
@@ 112,7 112,7 @@ following command: <pre style="margin-bottom: 0; margin-top: 1rem;" - >ssh builds@{{job.runner}} connect {{job.id}}</pre> + >ssh -t builds@{{job.runner}} connect {{job.id}}</pre> </div> {% endif %} {% endif %}