drone custom ssh git clone: syntax variable
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-05-03 17:12:33 -07:00
parent cfb1c47ce3
commit c0b4da41fe
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ steps:
from_secret: buildbot_key_b64
commands:
- mkdir ~/.ssh
- echo buildbot_key_b64 > ~/.ssh/id_rsa.b64
- echo $buildbot_key_b64 > ~/.ssh/id_rsa.b64
- ls -lh ~/.ssh
- base64 -d ~/.ssh/id_rsa.b64 > ~/.ssh/id_rsa
# force by pass of ssh host key check, less secure