Open
Description
The remote controller environment handling logic is scattered, and currently, many environment variables will be found in the server's environment instead of the client's.
Related:
- monitor: resolve paths arguments in client #1581 is a similar issue relating to local paths from the client
- controller: strongly type the controller api #1614 should start to move some of the handling into the client, however, there are still some environment variables in the
build
package that we should extract and handle before invoking the controller.
Activity