jtlimo
(Jessica de Lima Fileto)
1
Hi,
After pull and run the drone runner image, I verify if it’s ok, but when execute docker logs runner
this error message throws…
drone-runner-docker: error: envconfig.Process: assigning RUNNER_DRONE_RUNNER_CAPACITY to Capacity: converting '' to type int. details: strconv.ParseInt: parsing "": invalid syntax, try --help
Thanks
it appears you are passing RUNNER_DRONE_RUNNER_CAPACITY as an empty string instead of a valid integer, in which case this error is expected.
jtlimo
(Jessica de Lima Fileto)
3
I’m not passing this DRONE_RUNNER_CAPACITY
because it’s optional value and the default value is 2;
In the configuration reference does not exist the RUNNER_DRONE_RUNNER_CAPACITY
configuration parameter.