Skip to content

Commit c9c0779

Browse files
committed
try git clone a different way
1 parent 87a55df commit c9c0779

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.evergreen/functions.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -652,17 +652,15 @@ functions:
652652
npm run --unsafe-perm --workspace compass-e2e-tests test-packaged-ci
653653
654654
get-compass-mongodb-com:
655-
- command: git.get_project
656-
type: system
657-
params:
658-
directory: compass-mongodb-com
659655
- command: shell.exec
660656
type: setup
661657
params:
662-
working_dir: compass-mongodb-com
658+
working_dir: src
663659
shell: bash
664660
script: |
665661
set -e
662+
git clone https://github.com/10gen/compass-mongodb-com.git ../compass-mongodb-com
663+
cd ../compass-mongodb-com
666664
echo "Using node version:";
667665
node -v;
668666
echo "Using npm version:";

0 commit comments

Comments
 (0)