File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -674,9 +674,7 @@ functions:
674674 # compression tests.
675675 aws s3 cp --recursive s3://mciuploads/mongo-node-driver/${revision}/${version_id}/ \
676676 coverage/ \
677- --exclude "results.*.json" \
678- --exclude "*rhel80-large*" \
679- --include "*fermiun"
677+ --exclude "results.*.json"
680678
681679 # npx does not recognize the dependency so install it directly.
682680 npm install @istanbuljs/nyc-config-typescript
Original file line number Diff line number Diff line change @@ -600,9 +600,7 @@ functions:
600600 # compression tests.
601601 aws s3 cp --recursive s3://mciuploads/mongo-node-driver/${revision}/${version_id}/ \
602602 coverage/ \
603- --exclude "results.*.json" \
604- --exclude "*rhel80-large*" \
605- --include "*fermiun"
603+ --exclude "results.*.json"
606604
607605 # npx does not recognize the dependency so install it directly.
608606 npm install @istanbuljs/nyc-config-typescript
You can’t perform that action at this time.
0 commit comments