Commit 366f1812 authored by Jérome Perrin's avatar Jérome Perrin

testnode: don't tell git to ignore SSL errors

We are supposed to have valid certificates and if really needed,
slapos.recipe.build:gitclone can ignore it.

reviewed on !300
parent b33652e9
......@@ -69,13 +69,8 @@ class Recipe(GenericBaseRecipe):
self.path_list.append(configuration_file)
self.path_list.append(
self.createWrapper(self.options['wrapper'],
# Command
( self.options['testnode'], '-l', self.options['log-file'],
configuration_file),
# Environment
{
'GIT_SSL_NO_VERIFY': '1',
}
configuration_file)
)
)
self.installApache()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment