diff --git a/.drone.yml b/.drone.yml index fae9656..6051db8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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