silence uninteresting output
continuous-integration/drone/push Build is failing Details

This commit is contained in:
ktyl 2022-09-26 20:46:31 +01:00
parent e54b7d1f60
commit de1d9442fd
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-get update - apt-get install ssh -qq