diff options
Diffstat (limited to 'devtools/nodejs.sh')
| -rwxr-xr-x | devtools/nodejs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/nodejs.sh b/devtools/nodejs.sh index c8ae4dc7..ecfbc516 100755 --- a/devtools/nodejs.sh +++ b/devtools/nodejs.sh @@ -12,9 +12,11 @@ set -e # and sets the working directory in the container to /pkgsite. docker run --net=host --rm -t \ + -e CI \ -e GO_DISCOVERY_E2E_BASE_URL \ -e GO_DISCOVERY_E2E_AUTHORIZATION \ -e GO_DISCOVERY_E2E_QUOTA_BYPASS \ + -e PUPPETEER_SKIP_CHROMIUM_DOWNLOAD \ -v `pwd`:/pkgsite \ -w /pkgsite \ node:14.17.0 $@ |
