Closed zjrgov closed 2 months ago
Runner worker has incomplete environment.
When trying to run a worker whose image needs to execute some command that isn't in the /bin:/usr/bin path set, the job fails. Sourcing /etc/environment resolves the problem.
/bin:/usr/bin
/etc/environment
Bug/Issue
Runner worker has incomplete environment.
What was the problem?
When trying to run a worker whose image needs to execute some command that isn't in the
/bin:/usr/bin
path set, the job fails. Sourcing/etc/environment
resolves the problem.