File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ variables:
29
29
-c 'source /opt/rh/devtoolset-8/enable && cd /tmp/build && npm run evergreen-release compile && dist/mongosh --version'
30
30
else
31
31
npm run evergreen-release compile
32
- if [ `uname` == Darwin ]; then
33
- # Verify signing
34
- spctl -a -vvv -t install dist/mongosh
35
- fi
36
32
fi
37
33
dist/mongosh --version
38
34
source .evergreen/.setup_env
@@ -185,7 +181,7 @@ functions:
185
181
params :
186
182
aws_key : ${aws_key}
187
183
aws_secret : ${aws_secret}
188
- local_file : dist.tgz
184
+ local_file : src/ dist.tgz
189
185
remote_file : mongosh/binaries/${build_id}/mongosh-${executable_os_id}.tgz
190
186
bucket : mciuploads
191
187
permissions : public-read
@@ -199,7 +195,7 @@ functions:
199
195
params :
200
196
aws_key : ${aws_key}
201
197
aws_secret : ${aws_secret}
202
- local_file : dist.tgz
198
+ local_file : src/ dist.tgz
203
199
remote_file : mongosh/binaries/${build_id}/mongosh-${executable_os_id}.tgz
204
200
bucket : mciuploads
205
201
- << : *package_and_upload_artifact
You can’t perform that action at this time.
0 commit comments