From 9778a0c0897a2bd3762bf16b8421f36b5aac705a Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 18 Oct 2024 18:38:08 +0100 Subject: [PATCH] Add temporary debugging statements --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bbc8006..ef06edef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,6 +26,9 @@ variables: $CREATE_ENV_VARS $BUILD_DIR - with-ssh-key floatup ${LIBVIRT:+--ssh $LIBVIRT} --inventory $BUILD_DIR/hosts.yml --ram 2048 --cpu 2 --image ${VM_IMAGE:-bookworm} ${FLOATUP_ARGS} up + - ls -al /root/.ssh + - cat /root/.ssh/config + - cat $BUILD_DIR/hosts.yml - with-ssh-key ./test-driver init --no-vagrant $BUILD_DIR - with-ssh-key ./test-driver run $BUILD_DIR after_script: -- GitLab