mirror of https://github.com/mongodb/mongo
SERVER-107630 Add --fallbackToMaster to db-contrib-tool invocations (#38611)
GitOrigin-RevId: 9dc453f003922b4fcb06318c5ab3f710efa5f3b4
This commit is contained in:
parent
b30e0c4265
commit
ced5e711cf
|
|
@ -45,6 +45,7 @@ evergreen_args="--installDir /data/install \
|
|||
--evgVersionsFile multiversion-downloads.json"
|
||||
local_args="--edition $edition \
|
||||
--debug \
|
||||
--fallbackToMaster \
|
||||
${last_lts_arg} \
|
||||
${last_continuous_arg} 6.0 7.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue