mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-21 20:49:10 +01:00
SERVER-97313 Enable ec2.assume_role command parsing in version_gen (#29328)
GitOrigin-RevId: 0bcc6a97c42fe3d3ea27441a88ddd35348c375fc
This commit is contained in:
parent
f0fbecfc50
commit
e50a1ab0a3
@ -1,6 +1,6 @@
|
|||||||
function setup_mongo_task_generator {
|
function setup_mongo_task_generator {
|
||||||
if [ ! -f mongo-task-generator ]; then
|
if [ ! -f mongo-task-generator ]; then
|
||||||
curl -L https://github.com/mongodb/mongo-task-generator/releases/download/v0.7.18/mongo-task-generator --output mongo-task-generator
|
curl -L https://github.com/mongodb/mongo-task-generator/releases/download/v0.7.19/mongo-task-generator --output mongo-task-generator
|
||||||
chmod +x mongo-task-generator
|
chmod +x mongo-task-generator
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user