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
571c1163a5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user