Skip to content

Commit 231d5ba

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.evergreen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ variables:
5151
set -e
5252
cd $(pwd)
5353
export NODE_JS_VERSION=${node_js_version}
54-
source .evergreen/.
54+
source .evergreen/.setup_env
5555
tar xvzf dist.tgz
5656
dist/mongosh --version
5757
if [ `uname` == Linux ]; then
@@ -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)