Commit d28dfbcd authored by Łukasz Nowak's avatar Łukasz Nowak

Set environment value in proper place.

parent 7e67e8c7
......@@ -81,4 +81,4 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
# 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
update-command = cd ${:location} && GIT_SSL_NO_VERIFY=1 ${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