Skip to content

enterprise/a8n: Don't replace NPM environment variables

Administrator requested to merge npm-env-token into master

Created by: ryanslade

It is valid for a .npmrc file to contain a line like: :_authToken=${ABC}

In this case ${ABC} will be replaced with the environment variable ABC

We should therefore not remove these occurrences

Fixes: https://github.com/sourcegraph/sourcegraph/pull/7392

Merge request reports

Loading