Skip to content

Commit de07d7f

Browse files
committed
try git clone a different way
1 parent 716ea1b commit de07d7f

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
@@ -660,17 +660,15 @@ functions:
660660
npm run --unsafe-perm --workspace compass-e2e-tests test-packaged-ci
661661
662662
get-compass-mongodb-com:
663-
- command: git.get_project
664-
type: system
665-
params:
666-
directory: compass-mongodb-com
667663
- command: shell.exec
668664
type: setup
669665
params:
670-
working_dir: compass-mongodb-com
666+
working_dir: src
671667
shell: bash
672668
script: |
673669
set -e
670+
git clone https://github.com/10gen/compass-mongodb-com.git ../compass-mongodb-com
671+
cd ../compass-mongodb-com
674672
echo "Using node version:";
675673
node -v;
676674
echo "Using npm version:";

0 commit comments

Comments
 (0)