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 716ea1b commit de07d7fCopy full SHA for de07d7f
.evergreen/functions.yml
@@ -660,17 +660,15 @@ functions:
660
npm run --unsafe-perm --workspace compass-e2e-tests test-packaged-ci
661
662
get-compass-mongodb-com:
663
- - command: git.get_project
664
- type: system
665
- params:
666
- directory: compass-mongodb-com
667
- command: shell.exec
668
type: setup
669
params:
670
- working_dir: compass-mongodb-com
+ working_dir: src
671
shell: bash
672
script: |
673
set -e
+ git clone https://github.com/10gen/compass-mongodb-com.git ../compass-mongodb-com
+ cd ../compass-mongodb-com
674
echo "Using node version:";
675
node -v;
676
echo "Using npm version:";
0 commit comments