~comcloudway/builds.sr.ht

64a9e5e46d86754f8756ec48ee374216a0d650cc — Drew DeVault 5 years ago 8fa0d4c
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 %}