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

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

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

Loading…
Cancel
Save