mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 09:06:21 +01:00
Revert "SERVER-56951 Fix github oath token in setup multiversion"
This reverts commit cf277bd500
.
This commit is contained in:
parent
9fd5b3adca
commit
3eb5e69bcf
@ -42,5 +42,5 @@ $python buildscripts/resmoke.py setup-multiversion \
|
||||
--edition $edition \
|
||||
--platform $platform \
|
||||
--architecture $architecture \
|
||||
--githubOauthToken "${global_github_oauth_token}" \
|
||||
--githubOauthToken "${github_token}" \
|
||||
--useLatest master
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user