silence uninteresting output
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 571c1163a5
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@ 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 -qq > /dev/null