summaryrefslogtreecommitdiff
path: root/evergreen/multiversion_setup.sh
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2021-05-21 16:11:16 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-21 13:33:25 +0000
commit3eb5e69bcfb8000adea42c4c08e274d50f2eedae (patch)
treed64821a62f86f6974f8126dda9154e68f8d576c6 /evergreen/multiversion_setup.sh
parent9fd5b3adca829fe003e58c5d9ba5e56f1ae18059 (diff)
downloadmongo-3eb5e69bcfb8000adea42c4c08e274d50f2eedae.tar.gz
Revert "SERVER-56951 Fix github oath token in setup multiversion"
This reverts commit cf277bd5000a5dc798e633173532932fe6501851.
Diffstat (limited to 'evergreen/multiversion_setup.sh')
-rw-r--r--evergreen/multiversion_setup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/evergreen/multiversion_setup.sh b/evergreen/multiversion_setup.sh
index 94a70904b98..d287d4e4b10 100644
--- a/evergreen/multiversion_setup.sh
+++ b/evergreen/multiversion_setup.sh
@@ -20,7 +20,7 @@ $python buildscripts/resmoke.py setup-multiversion \
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${global_github_oauth_token}" \
+ --githubOauthToken "${github_token}" \
--useLatest 3.6 4.0
# The platform and architecture for how some of the binaries are reported in
@@ -46,7 +46,7 @@ $python buildscripts/resmoke.py setup-multiversion \
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${global_github_oauth_token}" \
+ --githubOauthToken "${github_token}" \
--useLatest 4.2 4.2.1
# The platform and architecture for how some of the binaries are reported in
@@ -72,5 +72,5 @@ $python buildscripts/resmoke.py setup-multiversion \
--edition $edition \
--platform $platform \
--architecture $architecture \
- --githubOauthToken "${global_github_oauth_token}" \
+ --githubOauthToken "${github_token}" \
--useLatest 4.4 4.7 4.8 4.9