summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/evergreen.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index e70af3c40b6..f4e11278d5e 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1228,7 +1228,6 @@ functions:
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
--useLatest 3.6 4.0
# The platform and architecture for how some of the binaries are reported in
@@ -1254,8 +1253,7 @@ functions:
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
- --useLatest 4.2 4.2.1
+ --useLatest 4.2
# The platform and architecture for how some of the binaries are reported in
# https://downloads.mongodb.org/full.json changed between MongoDB 4.2 and MongoDB 4.4.
@@ -1280,7 +1278,6 @@ functions:
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
--useLatest 4.4 4.7 4.8
# This is primarily for tests for infrastructure which don't always need the latest
@@ -1292,7 +1289,6 @@ functions:
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${github_token}" \
--useLatest master
fi