silence uninteresting output
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e54b7d1f60
commit
ab7891f197
@ -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 -y -q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user