Collin Funk wrote:
> I didn't know they were run as root (CI is new to me).

That's why I start all CI runs with these commands:
            uname -a
            id
            env | LC_ALL=C sort
            pwd
It helps understanding the environment :) Sometimes I need
to add
            echo $PATH
and things like that, to get more context.

Bruno




Reply via email to