File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ variables:
51
51
set -e
52
52
cd $(pwd)
53
53
export NODE_JS_VERSION=${node_js_version}
54
- source .evergreen/.
54
+ source .evergreen/.setup_env
55
55
tar xvzf dist.tgz
56
56
dist/mongosh --version
57
57
if [ `uname` == Linux ]; then
@@ -182,7 +182,7 @@ functions:
182
182
aws_key : ${aws_key}
183
183
aws_secret : ${aws_secret}
184
184
local_file : src/dist.tgz
185
- remote_file : mongosh/binaries/${build_id }/mongosh-${executable_os_id}.tgz
185
+ remote_file : mongosh/binaries/${revision}/${revision_order_id }/mongosh-${executable_os_id}.tgz
186
186
bucket : mciuploads
187
187
permissions : public-read
188
188
content_type : application/x-gzip
@@ -196,7 +196,7 @@ functions:
196
196
aws_key : ${aws_key}
197
197
aws_secret : ${aws_secret}
198
198
local_file : src/dist.tgz
199
- remote_file : mongosh/binaries/${build_id }/mongosh-${executable_os_id}.tgz
199
+ remote_file : mongosh/binaries/${revision}/${revision_order_id }/mongosh-${executable_os_id}.tgz
200
200
bucket : mciuploads
201
201
- << : *package_and_upload_artifact
202
202
test_linux_artifact :
You can’t perform that action at this time.
0 commit comments