added cat
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kasper Juul Hermansen 2022-10-12 23:42:55 +02:00
parent 4f47d6f186
commit 6013ccdde7
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -14,6 +14,7 @@ steps:
commands: commands:
- mkdir -p $HOME/.ssh/ - mkdir -p $HOME/.ssh/
- echo "$SSH_KEY" | base64 -d > $HOME/.ssh/id_ed25519 - echo "$SSH_KEY" | base64 -d > $HOME/.ssh/id_ed25519
- cat $HOME/.ssh/id_ed25519
- name: build - name: build
image: kasperhermansen/cuddle:latest image: kasperhermansen/cuddle:latest