From edbfc88e9fac6f269d79793441d35b8ed47be09c Mon Sep 17 00:00:00 2001 From: Nico <github@nicoboehr.de> Date: Sat, 13 May 2023 12:00:50 +0000 Subject: [PATCH] temp: make SSH very verbose To debug the random SSH failures on lihas glrunners --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57535e8a4..fd3f5693e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ image: registry.gitlab.freifunk-stuttgart.de/firmware/ffs-buildenv:master variables: GIT_SUBMODULE_STRATEGY: normal DOCKER_DRIVER: overlay2 + GIT_SSH_COMMAND: "ssh -vvv" stages: - generate_date -- GitLab