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 7bdaac4 commit 7356e15Copy full SHA for 7356e15
packages/build/src/evergreen.ts
@@ -28,7 +28,7 @@ const uploadArtifactToEvergreen = (artifact: string, awsKey: string, awsSecret:
28
Key: `/${project}/${revision}/${path.basename(artifact)}`,
29
Body: fs.createReadStream(artifact)
30
};
31
- console.log(`mongosh: uploading ${artifact} to evergreen`);
+ console.log(`mongosh: uploading ${artifact} to evergreen`, uploadParams);
32
return upload(uploadParams, s3);
33
34
0 commit comments