Skip to content

Commit 90e7904

Browse files
committed
Full history must be fetched
1 parent 81bdd27 commit 90e7904

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .evergreen/config/functions.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ functions:
44
- command: git.get_project
55
params:
66
directory: "src"
7-
# Fetch the libmongoc submodule
7+
# Fetch the submodules
88
- command: shell.exec
99
params:
1010
working_dir: "src"
1111
script: |
12-
git submodule update --init --depth 1
12+
git submodule update --init
1313
# Make an evergreen expansion file with dynamic values
1414
- command: shell.exec
1515
params:
@@ -75,7 +75,6 @@ functions:
7575
working_dir: src
7676
script: |
7777
${PREPARE_SHELL}
78-
git submodule update --init --depth 1
7978
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
8079
8180

0 commit comments

Comments
 (0)