From 702e1b33758c2902b5c19c62e587c2ba929a35ad Mon Sep 17 00:00:00 2001 From: Dovi Cowan Date: Tue, 21 Feb 2023 02:11:24 +0000 Subject: [PATCH] test dump sshconfig --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7698a02..d2c5f55 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,6 +41,13 @@ steps: - chmod 400 ~/.ssh/config.dokku - echo "$JUMP_PRIVATE_KEY" > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa +- name: test-dump-sshconfig + image: ubuntu:latest + volumes: + - name: ssh + path: /root/.ssh + commands: + - cat ~/.ssh/config - name: add-remote image: bitnami/git:2.39.2 volumes: