Commit 99871419 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: prepareSoftware now uses ipv6

parent ae1d91e0
......@@ -604,6 +604,6 @@ command = cd $${:location} && ${git:location}/bin/git checkout $${:reference} &&
[prepare-software]
recipe = slapos.cookbook:wrapper
command-line = ${curl:location}/bin/curl $${slaprunner:ipv4}:$${slaprunner:runner_port}/isSRReady --max-time 1
command-line = ${curl:location}/bin/curl -g https://[$${slaprunner:ipv6}]:$${slaprunner:runner_port}/isSRReady --max-time 1 --insecure
wrapper-path = $${directory:scripts}/prepareSoftware
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