issue #587: disable SSH key setup, it breaks unit tests

pull/595/head
David Wilson 5 years ago
parent 45d88b1f3f
commit 8d766d3d32

@ -7,7 +7,7 @@ import ci_lib
batches = []
if os.uname()[0] == 'Linux':
if 0 and os.uname()[0] == 'Linux':
batches += [
[
"sudo chown `whoami`: ~",

Loading…
Cancel
Save