Make Sure To Start Agent
continuous-integration/drone/push Build is failing Details

init
shnee 3 years ago
parent 999b0f34e1
commit b68011c44c

@ -15,6 +15,7 @@ steps:
from_secret: ssh-key
commands:
- sleep 5 # give docker enough time to start
- eval $(ssh-agent -s)
- echo "$SSH_KEY" | ssh-add -
- ssh-keyscan -H git@git.shnee.net > ~/.ssh/known_hosts 2> /dev/null
- make

Loading…
Cancel
Save