with newer dind
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-21 16:59:40 +02:00
parent 581404c622
commit 4e5f451bf6
4 changed files with 10 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ steps:
from_secret: gitea_id_ed25519
commands:
- mkdir -p $HOME/.ssh/
- echo "$SSH_KEY" > $HOME/.ssh/id_ed25519
- echo "$SSH_KEY" | base64 -d > $HOME/.ssh/id_ed25519
- ls $HOME/.ssh/
- cat $HOME/.ssh/id_ed25519