Skip to content

Commit f13912b

Browse files
committed
fixup! fixup! feat(ci): split compilation and packaging up MONGOSH-469
1 parent 1953a50 commit f13912b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ functions:
182182
aws_key: ${aws_key}
183183
aws_secret: ${aws_secret}
184184
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
186186
bucket: mciuploads
187187
permissions: public-read
188188
content_type: application/x-gzip
@@ -196,7 +196,7 @@ functions:
196196
aws_key: ${aws_key}
197197
aws_secret: ${aws_secret}
198198
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
200200
bucket: mciuploads
201201
- <<: *package_and_upload_artifact
202202
test_linux_artifact:

0 commit comments

Comments
 (0)