We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81bdd27 commit 90e7904Copy full SHA for 90e7904
.evergreen/config/functions.yml
@@ -4,12 +4,12 @@ functions:
4
- command: git.get_project
5
params:
6
directory: "src"
7
- # Fetch the libmongoc submodule
+ # Fetch the submodules
8
- command: shell.exec
9
10
working_dir: "src"
11
script: |
12
- git submodule update --init --depth 1
+ git submodule update --init
13
# Make an evergreen expansion file with dynamic values
14
15
@@ -75,7 +75,6 @@ functions:
75
working_dir: src
76
77
${PREPARE_SHELL}
78
79
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
80
81
0 commit comments