Skip to content

Commit 023021a

Browse files
committed
fix: skip puppeteer from compile_ts
1 parent 47e099d commit 023021a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.evergreen.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +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_DOWNLOAD: "true"
124125
script: |
125126
set -e
126127
set -x
@@ -161,7 +162,7 @@ functions:
161162
NODE_JS_VERSION: ${node_js_version}
162163
DISTRO_ID: ${distro_id}
163164
MONOGDB_DRIVER_VERSION_OVERRIDE: ${mongodb_driver_version_override}
164-
PUPPETEER_SKIP_DOWNLOAD: ${puppeteer_skip_download}
165+
PUPPETEER_SKIP_DOWNLOAD: ${puppeteer_skip_download|true}
165166
script: |
166167
set -e
167168
set -x
@@ -9677,7 +9678,6 @@ tasks:
96779678
- func: checkout
96789679
- func: install
96799680
vars:
9680-
PUPPETEER_SKIP_DOWNLOAD: "true"
96819681
node_js_version: "20.19.0"
96829682
- func: create_static_analysis_report
96839683
vars:
@@ -9705,7 +9705,6 @@ tasks:
97059705
- func: checkout
97069706
- func: install
97079707
vars:
9708-
PUPPETEER_SKIP_DOWNLOAD: "true"
97099708
node_js_version: "20.19.0"
97109709
- func: release_draft
97119710
vars:

.evergreen/evergreen.yml.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +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_DOWNLOAD: "true"
133134
script: |
134135
set -e
135136
set -x
@@ -1430,7 +1431,6 @@ tasks:
14301431
- func: checkout
14311432
- func: install
14321433
vars:
1433-
PUPPETEER_SKIP_DOWNLOAD: "true"
14341434
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
14351435
- func: create_static_analysis_report
14361436
vars:
@@ -1458,7 +1458,6 @@ tasks:
14581458
- func: checkout
14591459
- func: install
14601460
vars:
1461-
PUPPETEER_SKIP_DOWNLOAD: "true"
14621461
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
14631462
- func: release_draft
14641463
vars:

0 commit comments

Comments
 (0)