summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-06-20 14:24:28 -0400
committerMathew Robinson <chasinglogic@gmail.com>2019-06-20 14:25:37 -0400
commit8628da2bc27a9e433a5318a3a60cfe8e27cd30f6 (patch)
treeeb446e5e9f917049d1a5554b6e33f600f51a714c
parent671490fa103a177768ce4005d29d122e73ec26d9 (diff)
downloadmongo-8628da2bc27a9e433a5318a3a60cfe8e27cd30f6.tar.gz
SERVER-41684 Mobile release process uses wrong paths when copying to downloads.mongodb.org
(cherry picked from commit 065a8926202af35bd19a9e2974aaa18f341604fa)
-rw-r--r--etc/evergreen.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index ef9fc4fed40..5da030a6d78 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -4445,7 +4445,7 @@ tasks:
aws_key: ${aws_key}
aws_secret: ${aws_secret}
local_file: "mongo-embedded-sdk-${version}-mongo-c-driver.tgz"
- remote_file: ${push_path}-STAGE/${push_name}/mongo-c-driver-${version}.tgz
+ remote_file: ${push_path}-STAGE/${push_name}/mongo-c-driver-1.13.0-${version}.tgz
bucket: build-push-testing
permissions: public-read
content_type: application/tar
@@ -4486,8 +4486,8 @@ tasks:
- {'source': {'path': '${push_path}-STAGE/${push_name}/mongo-embedded-${version}.tgz', 'bucket': 'build-push-testing'},
'destination': {'path': '${push_path}/${push_name}/mongo-embedded-${version}.tgz', 'bucket': '${push_bucket}'}}
- - {'source': {'path': '${push_path}-STAGE/${push_name}/mongo-c-driver-${version}.tgz', 'bucket': 'build-push-testing'},
- 'destination': {'path': '${push_path}/${push_name}/mongo-c-driver-${version}.tgz', 'bucket': '${push_bucket}'}}
+ - {'source': {'path': '${push_path}-STAGE/${push_name}/mongo-c-driver-1.13.0-${version}.tgz', 'bucket': 'build-push-testing'},
+ 'destination': {'path': '${push_path}/${push_name}/mongo-c-driver-1.13.0-${version}.tgz', 'bucket': '${push_bucket}'}}
- command: shell.exec
params: