File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
packages/build/src/npm-packages Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ functions:
121121 NODE_JS_VERSION: ${node_js_version}
122122 DISTRO_ID: ${distro_id}
123123 MONOGDB_DRIVER_VERSION_OVERRIDE: ${mongodb_driver_version_override}
124- PUPPETEER_SKIP_CHROME_DOWNLOAD : "true"
124+ PUPPETEER_SKIP_DOWNLOAD : "true"
125125 script: |
126126 set -e
127127 set -x
@@ -162,7 +162,7 @@ functions:
162162 NODE_JS_VERSION: ${node_js_version}
163163 DISTRO_ID: ${distro_id}
164164 MONOGDB_DRIVER_VERSION_OVERRIDE: ${mongodb_driver_version_override}
165- PUPPETEER_SKIP_CHROME_DOWNLOAD : ${puppeteer_skip_download|true}
165+ PUPPETEER_SKIP_DOWNLOAD : ${puppeteer_skip_download|true}
166166 script: |
167167 set -e
168168 set -x
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ functions:
130130 NODE_JS_VERSION: ${node_js_version}
131131 DISTRO_ID: ${distro_id}
132132 MONOGDB_DRIVER_VERSION_OVERRIDE: ${mongodb_driver_version_override}
133- PUPPETEER_SKIP_CHROME_DOWNLOAD : "true"
133+ PUPPETEER_SKIP_DOWNLOAD : "true"
134134 script: |
135135 set -e
136136 set -x
@@ -171,7 +171,7 @@ functions:
171171 NODE_JS_VERSION: ${node_js_version}
172172 DISTRO_ID: ${distro_id}
173173 MONOGDB_DRIVER_VERSION_OVERRIDE: ${mongodb_driver_version_override}
174- PUPPETEER_SKIP_CHROME_DOWNLOAD : ${puppeteer_skip_download|true}
174+ PUPPETEER_SKIP_DOWNLOAD : ${puppeteer_skip_download|true}
175175 script: |
176176 set -e
177177 set -x
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ permissions:
66 contents : none # We use the github app to checkout and create PR
77
88env :
9- PUPPETEER_SKIP_CHROME_DOWNLOAD : " true"
9+ PUPPETEER_SKIP_DOWNLOAD : " true"
1010
1111description : |
1212 This workflow increases the versions of the auxiliary (i.e. non-mongosh) packages and creates a PR
Original file line number Diff line number Diff line change 1818 env :
1919 npm_config_loglevel : verbose
2020 npm_config_foreground_scripts : " true"
21- PUPPETEER_SKIP_CHROME_DOWNLOAD : " true"
21+ PUPPETEER_SKIP_DOWNLOAD : " true"
2222 steps :
2323 - uses : mongodb-js/devtools-shared/actions/setup-bot-token@main
2424 id : app-token
Original file line number Diff line number Diff line change 99 branches :
1010 - main
1111env :
12- PUPPETEER_SKIP_CHROME_DOWNLOAD : " true"
12+ PUPPETEER_SKIP_DOWNLOAD : " true"
1313
1414permissions :
1515 contents : none # We use the github app to checkout and push tags
Original file line number Diff line number Diff line change 2121 env :
2222 npm_config_loglevel : verbose
2323 npm_config_foreground_scripts : " true"
24- PUPPETEER_SKIP_CHROME_DOWNLOAD : " true"
24+ PUPPETEER_SKIP_DOWNLOAD : " true"
2525 steps :
2626 - uses : actions/checkout@v5
2727 - uses : actions/setup-node@v6
Original file line number Diff line number Diff line change 3030 env :
3131 npm_config_loglevel : verbose
3232 npm_config_foreground_scripts : " true"
33- PUPPETEER_SKIP_CHROME_DOWNLOAD : " true"
33+ PUPPETEER_SKIP_DOWNLOAD : " true"
3434 steps :
3535 - uses : actions/checkout@v5
3636 - name : configure aws credentials
Original file line number Diff line number Diff line change 99 "author" :
" Compass Team <[email protected] >" ,
1010 "scripts" : {
1111 "bootstrap-with-chromium" : " npm install && npm run compile" ,
12- "bootstrap" : " npx cross-env PUPPETEER_SKIP_CHROME_DOWNLOAD =1 npm install && npm run compile" ,
12+ "bootstrap" : " npx cross-env PUPPETEER_SKIP_DOWNLOAD =1 npm install && npm run compile" ,
1313 "clean" : " lerna clean -y && rm -Rf node_modules" ,
1414 "check" : " lerna run check --since HEAD --exclude-dependents" ,
1515 "check-ci" : " npm run check --workspaces --if-present" ,
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export class PackageBumper {
8383 encoding : 'utf8' ,
8484 env : {
8585 ...process . env ,
86- PUPPETEER_SKIP_CHROME_DOWNLOAD : 'true' ,
86+ PUPPETEER_SKIP_DOWNLOAD : 'true' ,
8787 } ,
8888 } ) ;
8989 }
You can’t perform that action at this time.
0 commit comments