Skip to content

Commit

Permalink
log something
Browse files Browse the repository at this point in the history
  • Loading branch information
lerouxb committed Jan 8, 2024
1 parent 63b3f18 commit 34e289c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .evergreen/install-npm-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -x

npm ci --verbose

echo "MONOGDB_VERSION_OVERRIDE:$MONOGDB_VERSION_OVERRIDE"

# if MONOGDB_VERSION_OVERRIDE is set, then we want to replace the package version
if [[ -n "$MONOGDB_VERSION_OVERRIDE" ]]; then
export REPLACE_PACKAGE="mongodb:$MONOGDB_VERSION_OVERRIDE"
Expand Down

0 comments on commit 34e289c

Please sign in to comment.