silence uninteresting output
continuous-integration/drone Build is passing Details

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

View File

@ -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