Use the debian image for ssh keys
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
@@ -15,7 +15,7 @@ steps:
|
|||||||
- ansible-lint .
|
- ansible-lint .
|
||||||
|
|
||||||
- name: setup ssh key
|
- name: setup ssh key
|
||||||
image: alpine:latest
|
image: debian:latest
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /root/.ssh
|
- mkdir -p /root/.ssh
|
||||||
- echo "$SSH_KEY" > /root/.ssh/id_ed25519
|
- echo "$SSH_KEY" > /root/.ssh/id_ed25519
|
||||||
|
Reference in New Issue
Block a user