summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-05-26 10:29:41 -0400
committerJonathan Reams <jbreams@mongodb.com>2015-05-26 12:36:51 -0400
commitcfdb9c4800290e669716cd8c9ac22fc00c906c72 (patch)
tree5389b598157aae3d60bcdd12a8a2cfc33b43579c
parent04c099f37ac15c480e69143c9355c48c2b7c52bc (diff)
downloadmongo-cfdb9c4800290e669716cd8c9ac22fc00c906c72.tar.gz
SERVER-17199 Fix source pushes on windows
-rw-r--r--etc/evergreen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 6d6698bb27b..11b426d5ec2 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1211,7 +1211,7 @@ tasks:
- command: s3.put
params:
aws_secret: ${aws_secret}
- local_file: src/mongodb-src-${src_suffix}.tgz.sha256
+ local_file: src/mongodb-src-${src_suffix}.${ext|tgz}.sha256
permissions: public-read
aws_key: ${aws_key}
bucket: build-push-testing
@@ -1258,7 +1258,7 @@ tasks:
- command: s3.put
params:
aws_secret: ${aws_secret}
- local_file: src/mongodb-src-${src_suffix}.tgz.md5
+ local_file: src/mongodb-src-${src_suffix}.${ext|tgz}.md5
aws_key: ${aws_key}
bucket: build-push-testing
permissions: public-read