mirror of
https://github.com/ceph/ceph
synced 2025-02-15 23:07:55 +00:00
Disable quiet mode wget output on wget for ceph-qa-chef
So maybe I can get a better idea of what is causing it to fail. Signed-off-by: Sandon Van Ness <sandon@inktank.com>
This commit is contained in:
parent
c8ec76eed8
commit
70ce4db476
@ -14,7 +14,7 @@ def task(ctx, config):
|
||||
ctx.cluster.run(
|
||||
args=[
|
||||
'wget',
|
||||
'-q',
|
||||
# '-q',
|
||||
'-O-',
|
||||
# 'https://raw.github.com/ceph/ceph-qa-chef/master/solo/solo-from-scratch',
|
||||
'http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD',
|
||||
|
Loading…
Reference in New Issue
Block a user