Commit 923c540d authored by Łukasz Nowak's avatar Łukasz Nowak

Workaround SlapOS SSL issue.

OpenSSL provided by SlapOS is not configured with certificates, so ignore them.
parent d7e27b16
No related merge requests found
......@@ -78,5 +78,7 @@ list = ${products-deps:location} ${products-upgrade:location} ${products-bef:loc
recipe = plone.recipe.command
stop-on-error = true
location = bef_erp5-recipe
command = ${git:location}/bin/git clone --quiet https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/slapos/sanef.git ${:location}
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
# Note: GIT_SSL_NO_VERIFY is used as SlapOS OpenSSL configuration does not
# contain master certificates to verify.
command = GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git clone --quiet https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/slapos/sanef.git ${:location}
update-command = GIT_SSL_NO_VERIFY=1 cd ${:location} && ${git:location}/bin/git pull --quiet
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