Skip to content

Commit 1953a50

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.evergreen.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ variables:
2929
-c 'source /opt/rh/devtoolset-8/enable && cd /tmp/build && npm run evergreen-release compile && dist/mongosh --version'
3030
else
3131
npm run evergreen-release compile
32-
if [ `uname` == Darwin ]; then
33-
# Verify signing
34-
spctl -a -vvv -t install dist/mongosh
35-
fi
3632
fi
3733
dist/mongosh --version
3834
source .evergreen/.setup_env
@@ -185,7 +181,7 @@ functions:
185181
params:
186182
aws_key: ${aws_key}
187183
aws_secret: ${aws_secret}
188-
local_file: dist.tgz
184+
local_file: src/dist.tgz
189185
remote_file: mongosh/binaries/${build_id}/mongosh-${executable_os_id}.tgz
190186
bucket: mciuploads
191187
permissions: public-read
@@ -199,7 +195,7 @@ functions:
199195
params:
200196
aws_key: ${aws_key}
201197
aws_secret: ${aws_secret}
202-
local_file: dist.tgz
198+
local_file: src/dist.tgz
203199
remote_file: mongosh/binaries/${build_id}/mongosh-${executable_os_id}.tgz
204200
bucket: mciuploads
205201
- <<: *package_and_upload_artifact

0 commit comments

Comments
 (0)