We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c44e5 commit c73efc2Copy full SHA for c73efc2
.evergreen/functions.yml
@@ -677,6 +677,9 @@ functions:
677
script: |
678
set -e
679
eval $(.evergreen/print-compass-env.sh)
680
+ mkdir -p $ARTIFACTS_PATH
681
+ mkdir -p $NPM_CACHE_DIR
682
+ mkdir -p $NPM_TMP_DIR
683
.evergreen/preinstall.sh
684
git clone https://x-access-token:${generated_token}@github.com/10gen/compass-mongodb-com.git ../compass-mongodb-com
685
cd ../compass-mongodb-com
0 commit comments