mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-27275 Longevity: Fix upload url for compile task so it's the same as used in system_perf.yml
This commit is contained in:
parent
93989f1023
commit
25a351ee32
@ -313,7 +313,7 @@ tasks:
|
||||
aws_key: ${aws_key}
|
||||
aws_secret: ${aws_secret}
|
||||
local_file: src/mongodb.tar.gz
|
||||
remote_file: longevity/${build_variant}/${revision}/mongodb-${build_id}.tar.gz
|
||||
remote_file: ${project}/${version_id}/${revision}/${platform}/mongod-${version_id}.tar.gz
|
||||
bucket: mciuploads
|
||||
permissions: public-read
|
||||
content_type: ${content_type|application/x-gzip}
|
||||
|
Loading…
Reference in New Issue
Block a user