We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a62132 commit 461bee3Copy full SHA for 461bee3
packages/build/src/evergreen.ts
@@ -26,7 +26,7 @@ const uploadArtifactToEvergreen = (artifact: string, awsKey: string, awsSecret:
26
ACL: PUBLIC_READ,
27
Bucket: BUCKET,
28
Key: `/${project}/${revision}/${path.basename(artifact)}`,
29
- Body: fs.createReadStream(artifact);
+ Body: fs.createReadStream(artifact)
30
};
31
console.log(`mongosh: uploading ${artifact} to evergreen`);
32
return upload(uploadParams, s3);
0 commit comments