test dump sshconfig
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Dovi Cowan 2023-02-21 02:11:24 +00:00
parent 47386e998a
commit 702e1b3375
Signed by: dcowan
GPG key ID: C110D77558FBC227

View file

@ -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: