Skip to content

Commit 77c44e5

Browse files
committed
we have to preinstall
1 parent 289f2f7 commit 77c44e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.evergreen/functions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,12 @@ functions:
672672
params:
673673
working_dir: src
674674
shell: bash
675+
env:
676+
<<: *compass-env
675677
script: |
676678
set -e
679+
eval $(.evergreen/print-compass-env.sh)
680+
.evergreen/preinstall.sh
677681
git clone https://x-access-token:${generated_token}@github.com/10gen/compass-mongodb-com.git ../compass-mongodb-com
678682
cd ../compass-mongodb-com
679683
echo "Using node version:";

0 commit comments

Comments
 (0)