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 990231a commit 45cd70bCopy full SHA for 45cd70b
test/src/index.ts
@@ -158,7 +158,7 @@ export class TestPage {
158
// If this is a Travis CI build, store the screenshots.
159
if (process.env.CI_JOB_ID) {
160
const makePublic = true;
161
- const bucketPath = `Travis-${process.env.CI_JOB_ID}/${fileName}`;
+ const bucketPath = `/Travis-${process.env.CI_JOB_ID}/${fileName}`;
162
let buf: Buffer = typeof img === "string" ? Buffer.from(img as string) : img;
163
try {
164
const url = await bucket.write(bucketPath, buf, makePublic);
0 commit comments