This commit is contained in:
parent
47386e998a
commit
702e1b3375
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue