diff options
author | Jonathan Reams <jbreams@mongodb.com> | 2015-05-26 10:29:41 -0400 |
---|---|---|
committer | Jonathan Reams <jbreams@mongodb.com> | 2015-05-26 12:36:51 -0400 |
commit | cfdb9c4800290e669716cd8c9ac22fc00c906c72 (patch) | |
tree | 5389b598157aae3d60bcdd12a8a2cfc33b43579c | |
parent | 04c099f37ac15c480e69143c9355c48c2b7c52bc (diff) | |
download | mongo-cfdb9c4800290e669716cd8c9ac22fc00c906c72.tar.gz |
SERVER-17199 Fix source pushes on windows
-rw-r--r-- | etc/evergreen.yml | 4 |
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 |