silence uninteresting output
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
e54b7d1f60
commit
de1d9442fd
|
@ -3,7 +3,7 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue