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 57a2e0f634
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@ type: docker
name: hello name: hello
steps: steps:
- name: greeting - name: install
image: ubuntu image: ubuntu
commands: commands:
- apt update && apt-get -y install ssh - apt-get update
- apt-get install ssh -qq