check ssh-agent
continuous-integration/drone/push Build is passing Details

This commit is contained in:
ktyl 2022-09-26 20:46:31 +01:00
parent e54b7d1f60
commit 9ec31e4f16
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,10 @@ type: docker
name: hello
steps:
- name: greeting
- name: install
image: ubuntu
commands:
- apt update && apt-get -y install ssh
- apt-get update -qq > /dev/null
- apt-get install ssh git -qq > /dev/null
# a comment hopefully
- which ssh-agent