diff --git a/.drone.yml b/.drone.yml index fae9656..ca89121 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker name: hello steps: -- name: greeting +- name: install image: ubuntu commands: - - apt update && apt-get -y install ssh + - apt update && apt-get -yq install ssh