BF: fix use of env_vars.sh for docker container
Path of env_vars.sh file should be relative to the repository, but when we run in docker, the PWD is /, not /io, which is the repository root.
Showing
Please register or sign in to comment
Path of env_vars.sh file should be relative to the repository, but when we run in docker, the PWD is /, not /io, which is the repository root.