Skip to content

Commit 3e4b3a4

Browse files
committed
check distro id
1 parent 5b6caee commit 3e4b3a4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.evergreen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7240,6 +7240,7 @@ tasks:
72407240
- func: compile_ts
72417241
vars:
72427242
node_js_version: "20.18.0"
7243+
distro_id: ${distro_id}
72437244

72447245
- name: check
72457246
depends_on:

.evergreen/install-npm-deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ npm ci --verbose
55

66
echo "MONOGDB_DRIVER_VERSION_OVERRIDE:$MONOGDB_DRIVER_VERSION_OVERRIDE"
77

8+
echo "DISTRO ID IS: $DISTRO_ID"
9+
810
# if MONOGDB_DRIVER_VERSION_OVERRIDE is set, then we want to replace the package version
911
if [[ -n "$MONOGDB_DRIVER_VERSION_OVERRIDE" ]]; then
1012
export REPLACE_PACKAGE="mongodb:$MONOGDB_DRIVER_VERSION_OVERRIDE"

0 commit comments

Comments
 (0)