According to this answer, I've updated my project circle ci config file to include the environment variable specified.
And this shows up in the logs of CI when building:
Using environment variables from project settings and/or contexts
CIRCLE_JOB=**REDACTED**
NG_CLI_ANALYTICS=**REDACTED**
Except, still, angular ng when installing, still asks for the confirmation.
Why? What am I doing wrong?