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 87a55df commit c9c0779Copy full SHA for c9c0779
.evergreen/functions.yml
@@ -652,17 +652,15 @@ functions:
652
npm run --unsafe-perm --workspace compass-e2e-tests test-packaged-ci
653
654
get-compass-mongodb-com:
655
- - command: git.get_project
656
- type: system
657
- params:
658
- directory: compass-mongodb-com
659
- command: shell.exec
660
type: setup
661
params:
662
- working_dir: compass-mongodb-com
+ working_dir: src
663
shell: bash
664
script: |
665
set -e
+ git clone https://github.com/10gen/compass-mongodb-com.git ../compass-mongodb-com
+ cd ../compass-mongodb-com
666
echo "Using node version:";
667
node -v;
668
echo "Using npm version:";
0 commit comments